updated rg alias to be properly colorized
This commit is contained in:
parent
ce98e8d9ad
commit
77623d74a7
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ alias shred="doas shred -uzv" # shreds the file and overwrites it with 1s and 0s
|
|||
alias indelible="doas chattr +i" # makes a file impossible to delete (except with sudo)
|
||||
alias kfonts="kitty +list-fonts"
|
||||
alias {kdiff,kitten,kd}="kitty +kitten diff"
|
||||
alias rg="doas rg --colors 'match:fg:blue' --colors 'line:fg:blue'"
|
||||
alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver"
|
||||
alias calendar="orage"
|
||||
alias nf="neofetch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue