From 63fbf9d7b2d67ee58eb7e805bf948bdfdd20f2c2 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 1 Jun 2019 22:57:22 +0500 Subject: [PATCH] bash: aliases: rg --- etc/shell/bash/aliases | 1 + 1 file changed, 1 insertion(+) 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