mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Enable passing custom arguments to tmux
Custom arguments can now be passed to tmux by setting the TMUXIFIER_TMUX_OPTS environment variable.
This commit is contained in:
@@ -94,6 +94,14 @@ Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent:
|
||||
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:
|
||||
|
||||
```bash
|
||||
export TMUXIFIER_TMUX_OPTS="-L my-awesome-socket-name"
|
||||
eval "$(tmuxifier init -)"
|
||||
```
|
||||
|
||||
## Updating
|
||||
|
||||
cd ~/.tmuxifier
|
||||
|
||||
Reference in New Issue
Block a user