diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-07 11:29:30 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-07 11:29:30 +0000 |
commit | 30176eaf635a61d77114f5e834ed0684ea7dac05 (patch) | |
tree | 344141169d7c46c58a5c74bca2b81d17862fd0ac /Doc/Zsh | |
parent | 90b6199e17c437408192966a3ff8266db9a4b1c2 (diff) | |
download | zsh-30176eaf635a61d77114f5e834ed0684ea7dac05.tar.gz zsh-30176eaf635a61d77114f5e834ed0684ea7dac05.tar.xz zsh-30176eaf635a61d77114f5e834ed0684ea7dac05.zip |
22198: do always set HOME in native emulation
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/params.yo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 7999d297b..a91e99fbd 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -805,7 +805,10 @@ cushion for saving duplicated history events. ) vindex(HOME) item(tt(HOME) <S>)( -The default argument for the tt(cd) command. +The default argument for the tt(cd) command. This is not set automatically +by the shell in tt(sh), tt(ksh) or tt(csh) emulation, but it is typically +present in the environment anyway, and if it becomes set it has its usual +special behaviour. ) vindex(IFS) item(tt(IFS) <S>)( |