diff options
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r-- | Doc/Zsh/params.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 5a9c72ace..9e5dd9193 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -684,6 +684,14 @@ stack gets larger than this, it will be truncated automatically. This is useful with the tt(AUTO_PUSHD) option. pindex(AUTO_PUSHD, use of) ) +vindex(ENV) +item(tt(ENV))( +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). +) vindex(FCEDIT) item(tt(FCEDIT))( The default editor for the tt(fc) builtin. |