From e9aa07061f97ca2b3bb704992e337060a0e6922a Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 7 Sep 2022 02:31:43 -0700 Subject: [PATCH] :memo: Adjusted rg alias as it was declared twice --- aliases | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aliases b/aliases index bca4c78e..c037f5b5 100644 --- a/aliases +++ b/aliases @@ -1,7 +1,7 @@ #Custom Aliases alias .="cd && ls" alias more="less" -alias {rg,grep}="rg -N" +alias {rg,grep}="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue' -N" alias lf="ranger" alias ogrep='grep --colour=auto' alias egrep='egrep --colour=auto' @@ -68,7 +68,6 @@ alias indelible="doas chattr +i" # makes a file impossible to delete (except wit alias cdiff="colordiff" alias kfonts="kitty +list-fonts" alias {kdiff,kitten,kd}="kitty +kitten diff" -alias rg="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue'" alias fzfi="rg --files --hidden --follow --no-ignore-vcs -g '!{node_modules,.git}' | fzf" alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver" # alias btop="kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable"