fixes after reinstalling shell tools

This commit is contained in:
Noah Masur
2021-05-03 15:51:06 -04:00
parent f44cf8284d
commit e142382c44
3 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,7 @@ function abbrs --description 'All abbreviations'
abbr -a tnn 'tmux new-session -s noah'
# Git
abbr -a g 'git'
abbr -a gs 'git status'
abbr -a gd 'git diff'
abbr -a gds 'git diff --staged'