From 0aa0e439490a94c4376e2e5fcb22e7bf495e049d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 27 Feb 2014 22:46:00 +0000 Subject: [PATCH] Improve custom tmux arguments section Don't ask why there was no header, cause it's beyond me >_< --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e94dd20..68051a0 100644 --- a/README.md +++ b/README.md @@ -108,16 +108,18 @@ And add the following to your `~/.config/fish/config.fish` 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 to set global -arguments: +### Custom Tmux 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 export TMUXIFIER_TMUX_OPTS="-L my-awesome-socket-name" eval "$(tmuxifier init -)" ``` -Or dynamically when calling `tmuxifier`: +And/or specify dynamically when calling `tmuxifier`: ```bash TMUXIFIER_TMUX_OPTS="-L other-session" tmuxifier load-session welcome