diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-30 12:09:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-30 12:09:18 +0000 |
commit | 9b032ff6d86cea9ab4615eb29b781261a6eb561a (patch) | |
tree | a988b1072ad2d9901f131cc8417f0cb53d802efd /Doc/Zsh/options.yo | |
parent | f26d396012b9a3a8bb9af8834df88038f4fb33b2 (diff) | |
download | zsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.tar.gz zsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.tar.xz zsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.zip |
25958: make it possible to get docs for startup files correct
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index ba535a7de..053697022 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -730,19 +730,19 @@ pindex(GLOBAL_RCS) cindex(startup files, global, inhibiting) cindex(files, global startup, inhibiting) item(tt(GLOBAL_RCS) (tt(-d)) <D>)( -If this option is unset, the startup files tt(/etc/zprofile), -tt(/etc/zshrc), tt(/etc/zlogin) and tt(/etc/zlogout) will not be run. It +If this option is unset, the startup files tt(zprofile()), +tt(zshrc()), tt(zlogin()) and tt(zlogout()) will not be run. It can be disabled and re-enabled at any time, including inside local startup files (tt(.zshrc), etc.). ) pindex(RCS) cindex(startup files, sourcing) item(tt(RCS) (tt(PLUS()f)) <D>)( -After tt(/etc/zshenv) is sourced on startup, source the -tt(.zshenv), tt(/etc/zprofile), tt(.zprofile), -tt(/etc/zshrc), tt(.zshrc), tt(/etc/zlogin), tt(.zlogin), and tt(.zlogout) +After tt(zshenv()) is sourced on startup, source the +tt(.zshenv), tt(zprofile()), tt(.zprofile), +tt(zshrc()), tt(.zshrc), tt(zlogin()), tt(.zlogin), and tt(.zlogout) files, as described in noderef(Files). -If this option is unset, the tt(/etc/zshenv) file is still sourced, but any +If this option is unset, the tt(zshenv()) file is still sourced, but any of the others will not be; it can be set at any time to prevent the remaining startup files after the currently executing one from being sourced. |