@ -19,12 +19,12 @@ Start a Screen session automatically when Zsh is launched.
@@ -19,12 +19,12 @@ Start a Screen session automatically when Zsh is launched.
To enable this feature, add the following line to *zshrc*:
zstyle ':omz:plugin:screen' auto-start 'yes'
zstyle ':omz:module:screen' auto-start 'yes'
Authors
-------
*The authors of this plugin should be contacted via the GitHub issue tracker.*
*The authors of this module should be contacted via the GitHub issue tracker.*
@ -18,12 +18,12 @@ Start a tmux session automatically when Zsh is launched.
@@ -18,12 +18,12 @@ Start a tmux session automatically when Zsh is launched.
To enable this feature, add the following line to *zshrc*:
zstyle ':omz:plugin:tmux' auto-start 'yes'
zstyle ':omz:module:tmux' auto-start 'yes'
It will create a background session named _#OMZ_ and attach every new shell to
it.
To avoid keeping open sessions, this plugin sets `destroy-unattached off` on
To avoid keeping open sessions, this module sets `destroy-unattached off` on
the background session and `destroy-unattached on` on every other session
(global setting).
@ -36,7 +36,7 @@ OMZ has already been opened [here][2].
@@ -36,7 +36,7 @@ OMZ has already been opened [here][2].
Authors
-------
*The authors of this plugin should be contacted via the github bug tracker.*
*The authors of this module should be contacted via the github bug tracker.*