diff --git a/.bashrc b/.bashrc index d72de55..d860f61 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,6 @@ case $- in - *i*) ;; - *) return ;; +*i*) ;; +*) return ;; esac # Shell options @@ -21,9 +21,12 @@ alias l='ls' alias c='cd' alias v='vim' alias d='docker' -alias f='fastfetch' +alias ff='fastfetch' alias g='git' +# Corrections +alias nvim='vim' + # Other options and commands alias ll='ls -l' alias gs='git status'