diff options
author | Richard Mitchell <rwmitchell@gmail.com> | 2022-12-12 03:18:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 09:18:29 +0100 |
commit | 29cf199b5d84eb4897f2e0e421a344174568eb9f (patch) | |
tree | d466a07cf7920b699fec0908c4d7277e189def09 /plugins/term_tab | |
parent | 82c0db41bcfd3fd97d6170dcb7575f98e38fc68d (diff) | |
download | zsh-29cf199b5d84eb4897f2e0e421a344174568eb9f.tar.gz zsh-29cf199b5d84eb4897f2e0e421a344174568eb9f.tar.bz2 zsh-29cf199b5d84eb4897f2e0e421a344174568eb9f.zip |
docs(term_tab): plugin can only be used with linux and solaris (#11385)
Diffstat (limited to 'plugins/term_tab')
-rw-r--r-- | plugins/term_tab/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/term_tab/README.md b/plugins/term_tab/README.md index 7548fe6a8..59462a825 100644 --- a/plugins/term_tab/README.md +++ b/plugins/term_tab/README.md @@ -1,5 +1,7 @@ # term_tab plugin +This plugin only works for Solaris and linux. + term_tab - `cwd` for all open zsh sessions ## What it does: |