diff --git a/dotfiles/lib/shellrc/functions.sh b/dotfiles/lib/shellrc/functions.sh index 867ebcea..64d858b8 100644 --- a/dotfiles/lib/shellrc/functions.sh +++ b/dotfiles/lib/shellrc/functions.sh @@ -104,6 +104,6 @@ function is_osx() { function clipboard() { if is_osx; then - pbcopy + reattach-to-user-namespace pbcopy fi }