From d28690d8146cd6dd5377f1c1df5724caf6f89315 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 28 Jan 2020 11:35:02 +0000 Subject: [PATCH] Remove PAGER prefix from hgst abbreviation 1. This isn't correct fish syntax. 2. I'm not sure that I need this. --- configs/shared/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/.config/fish/config.fish b/configs/shared/.config/fish/config.fish index eeb799c71..754470618 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