change fastfetch alias, correct indentation, and add nvim correction alias

This commit is contained in:
frosty 2024-08-21 03:18:46 +00:00
parent 7be2bc2e7d
commit 916992bd90

View file

@ -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'