Remove now Bash alias
This commit is contained in:
parent
71d88db996
commit
ee83f27caa
1 changed files with 0 additions and 1 deletions
1
bashrc
1
bashrc
|
@ -6,7 +6,6 @@ export PATH=~/.bin:$PATH
|
|||
alias setclip='xclip -selection c'
|
||||
alias getclip='xclip -selection clipboard -o'
|
||||
alias wgetclip='wget `xclip -selection clipboard -o`'
|
||||
alias now='date -I'
|
||||
export HISTIGNORE='ls:clear:history'
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue