Remove cmatrix alias that doesn't work globally

This commit is contained in:
Talia 2018-11-28 12:52:08 +01:00
parent 372f6c2d7e
commit 928694ebd1
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -8,7 +8,7 @@ alias setclip='xclip -selection c'
alias getclip='xclip -selection clipboard -o' alias getclip='xclip -selection clipboard -o'
alias wgetclip='wget `xclip -selection clipboard -o`' alias wgetclip='wget `xclip -selection clipboard -o`'
export HISTIGNORE='ls:clear:history' 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 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 oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'
alias sakura='oneko -bg "#ffddee" -sakura -name sakura' alias sakura='oneko -bg "#ffddee" -sakura -name sakura'