diff options
author | Shahin Sorkh <sorkh.shahin@protonmail.com> | 2021-11-08 18:02:09 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 15:32:09 +0100 |
commit | 55682e36920e2ab7633fc6eee11466d3faed0bf8 (patch) | |
tree | fd224cbfda2a495d8e3d2bfe67de4dbfcf584091 /plugins/tmux/README.md | |
parent | 90903779b942a12d273e8d158ad97b252dc74360 (diff) | |
download | zsh-55682e36920e2ab7633fc6eee11466d3faed0bf8.tar.gz zsh-55682e36920e2ab7633fc6eee11466d3faed0bf8.tar.bz2 zsh-55682e36920e2ab7633fc6eee11466d3faed0bf8.zip |
feat(tmux): set session name with `ZSH_TMUX_DEFAULT_SESSION_NAME` (#9063)
Diffstat (limited to 'plugins/tmux/README.md')
-rw-r--r-- | plugins/tmux/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index 2ceaf1ad5..551814a39 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -39,3 +39,4 @@ The plugin also supports the following: | `ZSH_TMUX_FIXTERM_WITH_256COLOR` | `$TERM` to use for 256-color terminals (default: `screen-256color` | | `ZSH_TMUX_CONFIG` | Set the configuration path (default: `$HOME/.tmux.conf`) | | `ZSH_TMUX_UNICODE` | Set `tmux -u` option to support unicode | +| `ZSH_TMUX_DEFAULT_SESSION_NAME` | Set tmux default session name when autostart is enabled | |