all repos — nixfiles @ 03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7

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

zsh: remove g alias for ripgrep

alleviates git/ripgrep confusion
Alan Pearce alan@alanpearce.eu
Tue, 15 Sep 2020 12:03:40 +0200
commit

03c8b96941ca7f9fb28793872c8c8cc5ed8b3eb7

parent

e0b0d610a3f63033357f6ea1de5234a42e330613

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

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -173,8 +173,6 @@ dcu = "dc up";       dcud = "dc up -d";
       dcr = "dc restart";
 
-      g = "rg";
-
       ga = "git add";
       gs = "git st";
       gd = "git diff";