Browse Source

bash: aliases: rg

master
Maxim Likhachev 6 years ago
parent
commit
63fbf9d7b2
  1. 1
      etc/shell/bash/aliases

1
etc/shell/bash/aliases

@ -48,6 +48,7 @@ alias dirs="dirs -v" #noindex
alias ping="pingp --nolegend" #noindex alias ping="pingp --nolegend" #noindex
alias gq="geeqie . &" #noindex alias gq="geeqie . &" #noindex
alias emerge="emerge --ask" #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 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 alias xlock="i3lock -i $SHELLRC/etc/wm/locker.png" #noindex

Loading…
Cancel
Save