all repos — nixfiles @ d7b143945921b8a67da4b48d83d33f3c12fc393e

System and user configuration, managed by nix and home-manager

zsh: remove gi=git alias

Low benefit, causes you-should-use notifications when I do type git in ful
Alan Pearce alan@alanpearce.eu
Wed, 23 Oct 2019 23:54:27 +0200
commit

d7b143945921b8a67da4b48d83d33f3c12fc393e

parent

a0854b44151d68ba8fa21735a411389ca5c1d13a

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -191,7 +191,6 @@       g = "rg";
 
       ga = "git add";
-      gi = "git";
       gs = "git st";
       gd = "git diff";
       gf = "git fetch";