From 71d88db99682f59a062b60049cd61c3c011f831a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 7 Nov 2018 13:34:18 +0100 Subject: [PATCH] Remove clipstack Bash aliases --- bashrc | 4 ---- 1 file changed, 4 deletions(-) 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`'