From 444ed0a331cdd09c5de23982b8680d55886c612c Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 20 Nov 2021 11:11:59 -0800 Subject: [PATCH] played with cmatrix --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index a461bae4..45799f57 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -173,7 +173,8 @@ alias js="cd ~/Documents/Code/javascript" alias py="cd ~/Documents/Code/python" alias ls="ls -liasSh --color=auto" alias {his,hist}="history" -alias {cmatrix,matrix}="cmatrix -bm -C cyan" +alias bluepill="cmatrix -bm -C cyan" +alias redpill="cmatrix -bm -C red" alias nf="neofetch" alias btop="xfce4-terminal --geometry=142x57+0+0 -x btop" alias {firefox,ff}="firefox-developer-edition &"