From 7bb420190563d2cb476f86423e851c7d3cd3677e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 23 Dec 2019 09:45:52 +0000 Subject: [PATCH] Support more fish abbr's for git I'm sure that there is a fish package that supports git aliases or abbreviations. This time, I'm preferring to write my own. Side note: The more that I use fish's abbreviations, the less that I like them -- at least for the way in which I'm using them. --- configs/shared/.config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/shared/.config/fish/config.fish b/configs/shared/.config/fish/config.fish index 6c9d512b3..4e5c5f254 100644 --- a/configs/shared/.config/fish/config.fish +++ b/configs/shared/.config/fish/config.fish @@ -179,6 +179,8 @@ abbr --add g hub abbr --add git hub abbr --add ga git add abbr --add gc git commit +abbr --add gco git checkout +abbr --add gd git diff abbr --add gp git push abbr --add grbi git rebase --interactive abbr --add grba git rebase --abort