diff --git a/fish.configlink/functions/abbrs.fish b/fish.configlink/functions/abbrs.fish index 0c7f2d1..8e42bfd 100644 --- a/fish.configlink/functions/abbrs.fish +++ b/fish.configlink/functions/abbrs.fish @@ -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