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:
parent
4ef1396a51
commit
d28690d814
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue