summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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'