diff options
Diffstat (limited to 'Doc/Zsh/mod_newuser.yo')
-rw-r--r-- | Doc/Zsh/mod_newuser.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_newuser.yo b/Doc/Zsh/mod_newuser.yo index 202fb90e8..d21e633c2 100644 --- a/Doc/Zsh/mod_newuser.yo +++ b/Doc/Zsh/mod_newuser.yo @@ -12,7 +12,9 @@ removed from tt($MODULE_PATH) by the administrator if it is not required. On loading, the module tests if any of the start-up files tt(.zshenv), tt(.zprofile), tt(.zshrc) or tt(.zlogin) exist in the directory given by the environment variable tt(ZDOTDIR), or the user's home directory if that -is not set. +is not set. The test is not performed and the module halts processing if +the shell was in an emulation mode (i.e. had been invoked as some other +shell than zsh). If none of the start-up files were found, the module then looks for the file tt(newuser) first in a sitewide directory, usually the parent |