This commit is contained in:
Stephan Klinger 2015-10-05 21:17:23 +00:00
commit 61a8657b46

View file

@ -1,3 +1,7 @@
if [[ $(uname -s) != 'Darwin' ]]; then
alias pbcopy='xclip -selection clipboard'
fi
function copydir {
pwd | tr -d "\r\n" | pbcopy
}
}