Remove clipstack Bash aliases

This commit is contained in:
Talia 2018-11-07 13:34:18 +01:00
parent f15ee28803
commit 71d88db996
1 changed files with 0 additions and 4 deletions

4
bashrc
View File

@ -6,10 +6,6 @@ export PATH=~/.bin:$PATH
alias setclip='xclip -selection c' 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`'
alias push='clipstack -push'
alias pop='clipstack -pop'
alias pushwd='pwd | clipstack -push'
alias popwd='cd `clipstack -pop`'
alias now='date -I' alias now='date -I'
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`'