Improve TMUXIFIER_TMUX_OPTS section

This commit is contained in:
2014-02-27 22:33:39 +00:00
parent 50f84b1586
commit 36c702cb88

View File

@@ -109,13 +109,20 @@ eval (tmuxifier init -)
```
If you need to pass custom arguments to tmux itself, you can do so by setting
the `TMUXIFIER_TMUX_OPTS` environment variable. For example:
the `TMUXIFIER_TMUX_OPTS` environment variable. For example to set global
arguments:
```bash
export TMUXIFIER_TMUX_OPTS="-L my-awesome-socket-name"
eval "$(tmuxifier init -)"
```
Or dynamically when calling `tmuxifier`:
```bash
TMUXIFIER_TMUX_OPTS="-L other-session" tmuxifier load-session welcome
```
## Updating
```bash