Push alias

This commit is contained in:
Noah Masur
2020-07-26 16:16:02 -04:00
parent 5d25fdb6fa
commit 9273d559fa
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ function aliases --description 'All aliases'
abbr -a gd 'git diff'
abbr -a ga 'git add -A'
abbr -a gc 'git commit -m'
abbr -a gp 'git push'
# Vim
if command -v nvim > /dev/null