add git diff & config aliases, and fix indentation

This commit is contained in:
frosty 2024-08-21 03:20:49 +00:00
parent 916992bd90
commit eef710fb07

View file

@ -29,11 +29,13 @@ alias nvim='vim'
# Other options and commands # Other options and commands
alias ll='ls -l' alias ll='ls -l'
alias gs='git status' alias gf='git config'
alias ga='git add' alias ga='git add'
alias gs='git status'
alias gc='git commit' alias gc='git commit'
alias gp='git push' alias gp='git push'
alias gl='git pull' alias gl='git pull'
alias gd='git diff'
alias dc='docker compose' alias dc='docker compose'
# Common files and directories # Common files and directories