alias for lazygit

This commit is contained in:
Alexander Bell 2025-05-13 01:48:03 +02:00
parent b5376c48d5
commit ab8517071e

View File

@ -5,9 +5,11 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Aliases
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
alias l='ls -la'
alias lg='lazygit'
fastfetch