summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-09-15 12:03:40 +0200
committerAlan Pearce2020-09-15 12:03:40 +0200
commit03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7 (patch)
tree3ed7dd30604516e84c0d14457d4b4fbf2499b1b2 /user/settings
parente0b0d610a3f63033357f6ea1de5234a42e330613 (diff)
downloadnixfiles-03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7.tar.lz
nixfiles-03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7.tar.zst
nixfiles-03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7.zip
zsh: remove g alias for ripgrep
alleviates git/ripgrep confusion
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix2
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";