diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-28T11·35+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-28T11·35+0000 |
commit | d28690d8146cd6dd5377f1c1df5724caf6f89315 (patch) | |
tree | d92804b48d5f911dc81b960954ad3d7a2755c74b /configs | |
parent | 4ef1396a5142d0fd537a265f1b747cbc755882e2 (diff) |
Remove PAGER prefix from hgst abbreviation
1. This isn't correct fish syntax. 2. I'm not sure that I need this.
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 |