📝 Adjusted rg alias as it was declared twice

This commit is contained in:
z3rOR0ne 2022-09-07 02:31:43 -07:00
parent bc3265bb57
commit e9aa07061f

View file

@ -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"