diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 12631e5..3c5bd86 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -48,6 +48,7 @@ alias dirs="dirs -v" #noindex alias ping="pingp --nolegend" #noindex alias gq="geeqie . &" #noindex alias emerge="emerge --ask" #noindex +alias rg='rg --no-heading --smart-case --color=auto --colors "match:bg:yellow" --colors "match:fg:blue"' #noindex alias eww='emerge --update --newuse --deep --with-bdeps=y --complete-graph=y --keep-going=y -av --verbose-conflicts -t @world' #noindex alias xlock="i3lock -i $SHELLRC/etc/wm/locker.png" #noindex