update clipboard to reattach to user so that pbcopy works inside of tmux.
This commit is contained in:
parent
11dc5a04e3
commit
01ecc3f597
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user