From 928694ebd103c538efb14f651a6c1516fa930214 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 28 Nov 2018 12:52:08 +0100 Subject: [PATCH] Remove cmatrix alias that doesn't work globally --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 3edffa8..6437ef5 100644 --- a/bashrc +++ b/bashrc @@ -8,7 +8,7 @@ alias setclip='xclip -selection c' alias getclip='xclip -selection clipboard -o' alias wgetclip='wget `xclip -selection clipboard -o`' export HISTIGNORE='ls:clear:history' -alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`' +# alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`' alias youtube-mp3='/home/darkwiiplayer/.local/bin/youtube-dl --extract-audio --audio-format mp3' alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko' alias sakura='oneko -bg "#ffddee" -sakura -name sakura'