diff --git a/bashrc.txt b/bashrc.txt index 30d48285..9e370950 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -217,8 +217,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 bluepill="cmatrix -bm -C cyan" -alias redpill="cmatrix -bm -C red" +alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver" alias calendar="orage" alias nf="neofetch" alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop"