From 77623d74a7e8d54951407a4ef3cc91c80f6918b7 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 11 Apr 2022 13:39:13 -0700 Subject: [PATCH] updated rg alias to be properly colorized --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index 740e12f8..3be241ca 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"