aboutsummaryrefslogtreecommitdiff
path: root/shell/utils
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-03-28 14:29:15 -0400
committerMitch Riedstra <mitch@riedstra.us>2020-03-28 14:29:27 -0400
commit1219df17b2ffbf0c0c03e684a30929ae9a9bbc2e (patch)
treef96007db99b7cacf3349d6eee04bb5d166ad6e80 /shell/utils
parent774954bc2a453fbefaa11bbb9e7480bd4c3c61c9 (diff)
downloaddotfiles-1219df17b2ffbf0c0c03e684a30929ae9a9bbc2e.tar.gz
dotfiles-1219df17b2ffbf0c0c03e684a30929ae9a9bbc2e.tar.xz
Don't globally synchronize panes.
Diffstat (limited to 'shell/utils')
-rw-r--r--shell/utils2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/utils b/shell/utils
index 6c3e85e..92f7f82 100644
--- a/shell/utils
+++ b/shell/utils
@@ -213,7 +213,7 @@ while [ $# -gt 0 ] ; do case $1 in
esac ; done
cd "$working_directory" || { echo "Cannot change to: $working_directory" ; return; }
-layout="select-layout $layout ';' set-window-option -g synchronize-panes on ';'"
+layout="select-layout $layout ';' set-window-option synchronize-panes on ';'"
eval _tmux_session -s "\$session" -w "\$working_directory" -n "main" \
-- \