summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-10-23 23:54:27 +0200
committerAlan Pearce2019-10-23 23:54:27 +0200
commitd7b143945921b8a67da4b48d83d33f3c12fc393e (patch)
tree448bee1f481fa8988f8b5a6fd7e56cf2fdbe573e /user/settings/zsh.nix
parenta0854b44151d68ba8fa21735a411389ca5c1d13a (diff)
downloadnixfiles-d7b143945921b8a67da4b48d83d33f3c12fc393e.tar.lz
nixfiles-d7b143945921b8a67da4b48d83d33f3c12fc393e.tar.zst
nixfiles-d7b143945921b8a67da4b48d83d33f3c12fc393e.zip
zsh: remove gi=git alias
Low benefit, causes you-should-use notifications when I do type git in ful
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 5966928d..c53d8a8e 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -191,7 +191,6 @@ in
       g = "rg";
 
       ga = "git add";
-      gi = "git";
       gs = "git st";
       gd = "git diff";
       gf = "git fetch";