diff options
author | Alan Pearce | 2020-09-15 12:03:40 +0200 |
---|---|---|
committer | Alan Pearce | 2020-09-15 12:03:40 +0200 |
commit | 03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7 (patch) | |
tree | 3ed7dd30604516e84c0d14457d4b4fbf2499b1b2 | |
parent | e0b0d610a3f63033357f6ea1de5234a42e330613 (diff) | |
download | nixfiles-03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7.tar.lz nixfiles-03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7.tar.zst nixfiles-03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7.zip |
zsh: remove g alias for ripgrep
alleviates git/ripgrep confusion
-rw-r--r-- | user/settings/zsh.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 3076a2f1..444d4cfd 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -173,8 +173,6 @@ in dcud = "dc up -d"; dcr = "dc restart"; - g = "rg"; - ga = "git add"; gs = "git st"; gd = "git diff"; |