📝 Adjusted rg alias as it was declared twice
This commit is contained in:
parent
bc3265bb57
commit
e9aa07061f
1 changed files with 1 additions and 2 deletions
3
aliases
3
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue