From 532ade3d19e05961c400fcb5daf4a5a04bf94b3d Mon Sep 17 00:00:00 2001 From: Dmitry Babenko Date: Sun, 2 Oct 2016 11:06:27 +0300 Subject: [PATCH] Fix homepage url for tmux (moved from sourceforge to github) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 310a531..69b9951 100644 --- a/Plugins.md +++ b/Plugins.md @@ -1473,7 +1473,7 @@ Completions for `thor` **Maintainer:** [jmatth](http://github.com/jmatth) -Adds several options for effecting the startup behavior of [tmux](http://tmux.sourceforge.net/). Each of the options are set by changing the environment variables below: +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: 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.