We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa67cf0 commit 57ca200Copy full SHA for 57ca200
home/dot_zsh.d/tmux.zsh
@@ -102,8 +102,6 @@ if (( $+commands[tmuxp] )) ; then
102
# Meant to be called from iTerm profile.
103
#
104
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
+ DISABLE_AUTO_TITLE=true command tmuxp load -y servers homestuff
108
}
109
fi
0 commit comments