diff --git a/.bashrc b/.bashrc index 43e2282..80f777a 100644 --- a/.bashrc +++ b/.bashrc @@ -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