diff options
| author | Teubel György <tgyurci@gmail.com> | 2016-09-03 23:06:30 +0200 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-09-05 21:03:12 +0100 |
| commit | fde365ea8ba91a4e7daa27dfd63fdadb55a882f5 (patch) | |
| tree | 2fcced596ce2e94c0e2ede4fb9bff5f16b6ed2f9 /Doc/Zsh/params.yo | |
| parent | unposted: internals: Document zshcompwid(1) parameter implementations. (diff) | |
| download | zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar.gz zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar.bz2 zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar.lz zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar.xz zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.tar.zst zsh-fde365ea8ba91a4e7daa27dfd63fdadb55a882f5.zip | |
39167: Make $ENV handling more like POSIX
Diffstat (limited to 'Doc/Zsh/params.yo')
| -rw-r--r-- | Doc/Zsh/params.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 55930ed7b..03625ce24 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1059,7 +1059,8 @@ If the tt(ENV) environment variable is set when zsh is invoked as tt(sh) or tt(ksh), tt($ENV) is sourced after the profile scripts. The value of tt(ENV) is subjected to parameter expansion, command substitution, and arithmetic expansion before being interpreted as a pathname. Note that -tt(ENV) is em(not) used unless zsh is emulating bf(sh) or bf(ksh). +tt(ENV) is em(not) used unless the shell is interactive and zsh is +emulating bf(sh) or bf(ksh). ) vindex(FCEDIT) item(tt(FCEDIT))( |
