diff --git a/shells/zshrc b/shells/zshrc index e369b53..731f00e 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -319,7 +319,11 @@ fi alias -g nify=" > /dev/null 2>&1 &" alias -g nifyd=" > /dev/null 2>&1 & disown" alias -g L="2>&1|less" -if ex ag; then +if ex rg; then + alias -g G='|& rg' + # I'm so sorry ggreer + alias ag=rg +elif ex ag; then alias -g G='|& ag' elif ex egrep; then alias -g G='|& egrep'