From 57b513fadf5c56578f7edecd06f6df34eb6ee0dc Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 1 Jan 2017 23:05:16 +1300 Subject: Don't clobber xclip --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index ea20a6e..9fd103a 100644 --- a/bashrc +++ b/bashrc @@ -99,7 +99,7 @@ alias grep="grep --color=auto" alias egrep="egrep --color=auto" alias xpdf="xpdf -cont" alias feh="feh --magick-timeout=0" -alias xclip="xclip -selection c" +alias xcp="xclip -selection c" alias pd=popd alias po='pushd $OLDPWD' -- cgit v1.1