diff options
author | StelFux <22601105+StelFux@users.noreply.github.com> | 2019-11-08 21:44:44 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-11-08 21:44:44 +0100 |
commit | 86b39cfa0a42cd0962be2b8072e73229280c362b (patch) | |
tree | e789fdc8b62e73fba87ad42e2c56672917dc2b5e /plugins/tmux/README.md | |
parent | ef96a38fa599c983823f0e1ef530de847ee76da0 (diff) | |
download | zsh-86b39cfa0a42cd0962be2b8072e73229280c362b.tar.gz zsh-86b39cfa0a42cd0962be2b8072e73229280c362b.tar.bz2 zsh-86b39cfa0a42cd0962be2b8072e73229280c362b.zip |
tmux: allow to define a custom configuration path (#7606)
Diffstat (limited to 'plugins/tmux/README.md')
-rw-r--r-- | plugins/tmux/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index e887ceebb..1e25af38f 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -37,3 +37,4 @@ The plugin also supports the following - | `ZSH_TMUX_ITERM2` | Sets the `-CC` option for iTerm2 tmux integration (default: `false`) | | `ZSH_TMUX_FIXTERM_WITHOUT_256COLOR` | `$TERM` to use for non 256-color terminals (default: `screen`) | | `ZSH_TMUX_FIXTERM_WITH_256COLOR` | `$TERM` to use for 256-color terminals (default: `screen-256color` | +| `ZSH_TMUX_CONFIG` | Set the configuration path (default: `$HOME/.tmux.conf`) |
\ No newline at end of file |