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:
2014-01-29 08:10:46 +00:00
parent 966e500b40
commit e231f2d642
4 changed files with 40 additions and 19 deletions

View File

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