mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Improve custom tmux arguments section
Don't ask why there was no header, cause it's beyond me >_<
This commit is contained in:
10
README.md
10
README.md
@@ -108,16 +108,18 @@ And add the following to your `~/.config/fish/config.fish` or equivalent:
|
|||||||
eval (tmuxifier init -)
|
eval (tmuxifier init -)
|
||||||
```
|
```
|
||||||
|
|
||||||
If you need to pass custom arguments to tmux itself, you can do so by setting
|
### Custom Tmux Arguments
|
||||||
the `TMUXIFIER_TMUX_OPTS` environment variable. For example to set global
|
|
||||||
arguments:
|
If you need to pass custom arguments to `tmux` itself, you can do so by
|
||||||
|
setting the `TMUXIFIER_TMUX_OPTS` environment variable. For example to set
|
||||||
|
custom arguments globally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export TMUXIFIER_TMUX_OPTS="-L my-awesome-socket-name"
|
export TMUXIFIER_TMUX_OPTS="-L my-awesome-socket-name"
|
||||||
eval "$(tmuxifier init -)"
|
eval "$(tmuxifier init -)"
|
||||||
```
|
```
|
||||||
|
|
||||||
Or dynamically when calling `tmuxifier`:
|
And/or specify dynamically when calling `tmuxifier`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
TMUXIFIER_TMUX_OPTS="-L other-session" tmuxifier load-session welcome
|
TMUXIFIER_TMUX_OPTS="-L other-session" tmuxifier load-session welcome
|
||||||
|
|||||||
Reference in New Issue
Block a user