From 1f9fdac2689bcbb33b129bd874299cde1957ebf4 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 28 Sep 2021 09:15:48 -0400 Subject: [PATCH] gh auto pull after merge --- fish.configlink/functions/abbrs.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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