Remove clipstack Bash aliases
This commit is contained in:
parent
f15ee28803
commit
71d88db996
1 changed files with 0 additions and 4 deletions
4
bashrc
4
bashrc
|
@ -6,10 +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 push='clipstack -push'
|
||||
alias pop='clipstack -pop'
|
||||
alias pushwd='pwd | clipstack -push'
|
||||
alias popwd='cd `clipstack -pop`'
|
||||
alias now='date -I'
|
||||
export HISTIGNORE='ls:clear:history'
|
||||
alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`'
|
||||
|
|
Loading…
Reference in a new issue