diff options
author | David Phillips <david@sighup.nz> | 2017-01-01 23:05:16 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-01-01 23:05:16 +1300 |
commit | 57b513fadf5c56578f7edecd06f6df34eb6ee0dc (patch) | |
tree | d989823b7644f1e10b835b17a22f916f631e4d23 | |
parent | 049469c6b970256e5a96030ff6f9ed4451deef64 (diff) | |
download | dotfiles-57b513fadf5c56578f7edecd06f6df34eb6ee0dc.tar.xz |
Don't clobber xclip
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |