From 3f6ff6f640226b50885ab1e7eb4d741f858ac4af Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 10 Mar 2022 15:01:58 -0800 Subject: [PATCH] added neo-matrix as new bluepill alias --- bashrc.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"