mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Improve TMUXIFIER_TMUX_OPTS section
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user