Remove PAGER prefix from hgst abbreviation

1. This isn't correct fish syntax.
2. I'm not sure that I need this.
This commit is contained in:
William Carroll 2020-01-28 11:35:02 +00:00
parent 4ef1396a51
commit d28690d814

View file

@ -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