1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-23 03:34:45 +01:00

tmux: allow to define a custom configuration path (#7606)

This commit is contained in:
StelFux
2019-11-08 21:44:44 +01:00
committed by Marc Cornellà
parent ef96a38fa5
commit 86b39cfa0a
3 changed files with 8 additions and 4 deletions

View File

@@ -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`) |