summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-01-01 23:05:16 +1300
committerDavid Phillips <david@sighup.nz>2017-01-01 23:05:16 +1300
commit57b513fadf5c56578f7edecd06f6df34eb6ee0dc (patch)
treed989823b7644f1e10b835b17a22f916f631e4d23
parent049469c6b970256e5a96030ff6f9ed4451deef64 (diff)
downloaddotfiles-57b513fadf5c56578f7edecd06f6df34eb6ee0dc.tar.xz
Don't clobber xclip
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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'