From e5f3772aaad97ee7d4ca9be4989ac82316d9ec7c Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Sat, 3 Oct 2020 22:08:35 -0700 Subject: [PATCH] Add gp for git push. --- dotfiles/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.config/fish/config.fish b/dotfiles/.config/fish/config.fish index 22cba1b..e819efe 100644 --- a/dotfiles/.config/fish/config.fish +++ b/dotfiles/.config/fish/config.fish @@ -52,3 +52,4 @@ end #------------------------------------------------------------------------------- # See fishfile for installed plugins through fisherman abbr gc git commit -m +abbr gp git push origin master