zsh: remove g alias for ripgrep alleviates git/ripgrep confusion
1 file changed, 0 insertions(+), 2 deletions(-)
jump to
M user/settings/zsh.nix → user/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";