gh auto pull after merge

This commit is contained in:
Noah Masur 2021-09-28 09:15:48 -04:00
parent 2705e636b9
commit 1f9fdac268

View File

@ -52,7 +52,7 @@ function abbrs --description 'All abbreviations'
abbr -a grf 'gh run view --log-failed'
abbr -a grl 'gh run view --log'
abbr -a ghpr 'gh pr create && sleep 3 && noti gh run watch'
abbr -a ghm 'gh pr merge -s -d'
abbr -a ghm 'gh pr merge -s -d && git pull'
# Vim
if command -v nvim > /dev/null