From b1d136588af4e65d41403779ef2f46972649ad9c Mon Sep 17 00:00:00 2001 From: Hasan Yusuf Ahmed Date: Wed, 29 Nov 2017 18:09:45 -0500 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 5e6aa2a..d916375 100644 --- a/Plugins.md +++ b/Plugins.md @@ -1529,7 +1529,7 @@ Completions for `thor` **Maintainer:** [jmatth](http://github.com/jmatth) -Adds several options for effecting the startup behavior of [tmux](https://tmux.github.io). Each of the options are set by changing the environment variables below in the **TOP** of your `tmux.plugin.zsh` file: +Adds several options for effecting the startup behavior of [tmux](https://tmux.github.io). Each of the options are set by changing the environment variables below in the **TOP** of your `~/.zshrc` file: 1. `ZSH_TMUX_AUTOSTART`: Automatically start a tmux session upon logging in. Set to `false` by default. 2. `ZSH_TMUX_AUTOSTART_ONCE`: Only attempt to autostart tmux once. If this is disabled when the previous option is enabled, then tmux will be autostarted every time you source your zsh config files. Set to `true` by default.