diff options
Diffstat (limited to 'shell/utils')
| -rw-r--r-- | shell/utils | 2 |
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" \ -- \ |
