1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

[#78] Fix tmux and screen auto-start documentation

This commit is contained in:
Sorin Ionescu 2012-03-30 12:22:02 -04:00
parent 5aed9da1a4
commit 97250b23de
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
# To auto start it, add the following to zshrc: # To auto start it, add the following to zshrc:
# #
# # Auto launch GNU Screen at start-up. # # Auto launch GNU Screen at start-up.
# zstyle -t ':omz:plugin:screen' auto-start 'yes' # zstyle ':omz:plugin:screen' auto-start 'yes'
# #
# Aliases # Aliases

View File

@ -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.

View File

@ -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.