diff options
Diffstat (limited to 'Doc/Zsh/compat.yo')
-rw-r--r-- | Doc/Zsh/compat.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/compat.yo b/Doc/Zsh/compat.yo index f4f9dcb61..bf97fe2ae 100644 --- a/Doc/Zsh/compat.yo +++ b/Doc/Zsh/compat.yo @@ -1,8 +1,8 @@ texinode(Compatibility)(Restricted Shell)()(Invocation) sect(Compatibility) cindex(compatibility) -cindex(sh, compatibility) -cindex(ksh, compatibility) +cindex(sh compatibility) +cindex(ksh compatibility) Zsh tries to emulate bf(sh) or bf(ksh) when it is invoked as tt(sh) or tt(ksh) respectively; more precisely, it looks at the first letter of the name by which it was invoked, excluding any initial `tt(r)' @@ -33,6 +33,7 @@ tt(psvar), tt(status), tt(watch). +vindex(ENV, use of) The usual zsh startup/shutdown scripts are not executed. Login shells source tt(/etc/profile) followed by tt($HOME/.profile). If the tt(ENV) environment variable is set on invocation, tt($ENV) is sourced |