1
0
Fork 0

Don't use -t to enable auto-start on tmux

pull/78/head
Colin Hebert 13 years ago
parent 5883889646
commit 28aa0e4668

@ -18,7 +18,7 @@ Start a tmux session automatically when a Zsh session is opened.
To enable this feature, one line has to be added to the configuration file: To enable this feature, one line has to be added to the configuration file:
zstyle -t ':omz:plugin:tmux' auto-start 'yes' zstyle ':omz:plugin:tmux' auto-start 'yes'
This will automatically create a background session named "#OMZ" and attach every new shell to it. This will automatically create a background session named "#OMZ" and attach every new shell to it.

@ -9,7 +9,7 @@
# To auto start it, add the following to zshrc: # To auto start it, add the following to zshrc:
# #
# # Auto launch tmux at start-up. # # Auto launch tmux at start-up.
# zstyle -t ':omz:plugin:tmux' auto-start 'yes' # zstyle ':omz:plugin:tmux' auto-start 'yes'
# #
# Warning: # Warning:
# Tmux is known to cause kernel panics on Mac OS X. # Tmux is known to cause kernel panics on Mac OS X.

Loading…
Cancel
Save