diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/.config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.config/fish/config.fish b/configs/shared/.config/fish/config.fish index eeb799c717bc..754470618c1f 100644 --- a/configs/shared/.config/fish/config.fish +++ b/configs/shared/.config/fish/config.fish @@ -222,7 +222,7 @@ abbr --add gst 'git status && hub pr list' # Mercurial counterparts. Some may map 1:1, others may be like putting a square # peg into a round hole. I will try and use my best judgement in these cases # while erring on the side of unifying the two APIs. -abbr --add hgst PAGER="" hg status +abbr --add hgst hg status abbr --add hglp hg xl abbr --add hgp hg uploadchain # this is like `git push` abbr --add hga hg add |