diff --git a/osx/.tmux.conf.local b/osx/.tmux.conf.local index 978c611..044f058 100644 --- a/osx/.tmux.conf.local +++ b/osx/.tmux.conf.local @@ -1,2 +1,10 @@ -set-option -g default-command "reattach-to-user-namespace -l zsh" -bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy" +# vim: set ft:tmux + +# This was messing with the `PATH` (`path_helper` shenanigans perhaps?), and +# it seems like `pbcopy` and `pbpaste` are working now, so maybe it's not +# needed anymore? + +# set-option -g default-command "reattach-to-user-namespace -l zsh" +# bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy" +set-option -g default-command "zsh" +bind y run "tmux save-buffer - | pbcopy"