Skip to content

Commit 57ca200

Browse files
committed
Revert "tmux.zsh: only one argument to 'tmuxp load' due to tmuxp bug"
This reverts commit fa67cf0. Bug fixed. See tmux-python/tmuxp#837
1 parent fa67cf0 commit 57ca200

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

home/dot_zsh.d/tmux.zsh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ if (( $+commands[tmuxp] )) ; then
102102
# Meant to be called from iTerm profile.
103103
#
104104
function tmux-start() {
105-
# XXX Loading multiple sessions doesn't seem to work
106-
# See https://github.com/tmux-python/tmuxp/issues/837
107-
DISABLE_AUTO_TITLE=true command tmuxp load -y servers
105+
DISABLE_AUTO_TITLE=true command tmuxp load -y servers homestuff
108106
}
109107
fi

0 commit comments

Comments
 (0)