update clipboard to reattach to user so that pbcopy works inside of tmux.

This commit is contained in:
Ivan Malison 2014-04-13 23:41:36 -07:00
parent 11dc5a04e3
commit 01ecc3f597

View File

@ -104,6 +104,6 @@ function is_osx() {
function clipboard() { function clipboard() {
if is_osx; if is_osx;
then then
pbcopy reattach-to-user-namespace pbcopy
fi fi
} }