From 28aa0e4668792ef1fb4edc1d085745d86e016d1e Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Fri, 30 Mar 2012 17:12:51 +0100 Subject: [PATCH] Don't use -t to enable auto-start on tmux --- plugins/tmux/README.md | 2 +- plugins/tmux/init.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index 581b117c..bbb3fa90 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -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: - 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. diff --git a/plugins/tmux/init.zsh b/plugins/tmux/init.zsh index 593868c3..32824fae 100644 --- a/plugins/tmux/init.zsh +++ b/plugins/tmux/init.zsh @@ -9,7 +9,7 @@ # To auto start it, add the following to zshrc: # # # Auto launch tmux at start-up. -# zstyle -t ':omz:plugin:tmux' auto-start 'yes' +# zstyle ':omz:plugin:tmux' auto-start 'yes' # # Warning: # Tmux is known to cause kernel panics on Mac OS X.