diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-10 08:59:17 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-07-10 08:59:17 +0000 |
commit | 5fcfa125bd4f0006c8207d1652908348f3ea526f (patch) | |
tree | ae808a9b4f71468b25760567bee9bb9e9a8cd813 /Doc/Zsh/params.yo | |
parent | e988866bda1996101ff8792ad959352d516e9e95 (diff) | |
download | zsh-5fcfa125bd4f0006c8207d1652908348f3ea526f.tar.gz zsh-5fcfa125bd4f0006c8207d1652908348f3ea526f.tar.xz zsh-5fcfa125bd4f0006c8207d1652908348f3ea526f.zip |
Better indexing and misc. cleanup in the first tenth or so of the doc.
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. |