diff --git a/bashrc b/bashrc index 830d09c..07e4f24 100644 --- a/bashrc +++ b/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`'