浏览代码

docs(tmux): add note to README for #5282

Carlo Sala 1 月之前
父节点
当前提交
0c8c7bf2a8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/tmux/README.md

+ 1 - 0
plugins/tmux/README.md

@@ -31,6 +31,7 @@ The plugin also supports the following:
 
 | Variable                            | Description                                                                                                                    |
 | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
+| `ZSH_TMUX_AUTOREFRESH`              | Automatically refresh global environments (default: `true`)                                                                    |
 | `ZSH_TMUX_AUTOSTART`                | Automatically starts tmux (default: `false`)                                                                                   |
 | `ZSH_TMUX_AUTOSTART_ONCE`           | Autostart only if tmux hasn't been started previously (default: `true`)                                                        |
 | `ZSH_TMUX_AUTOCONNECT`              | Automatically connect to a previous session if it exits (default: `true`)                                                      |