diff options
author | Alan Pearce | 2019-10-23 23:54:27 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-23 23:54:27 +0200 |
commit | d7b143945921b8a67da4b48d83d33f3c12fc393e (patch) | |
tree | 448bee1f481fa8988f8b5a6fd7e56cf2fdbe573e | |
parent | a0854b44151d68ba8fa21735a411389ca5c1d13a (diff) | |
download | nixfiles-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
-rw-r--r-- | user/settings/zsh.nix | 1 |
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"; |