diff options
Diffstat (limited to 'Doc/Zsh/filelist.yo')
-rw-r--r-- | Doc/Zsh/filelist.yo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/filelist.yo b/Doc/Zsh/filelist.yo index f6e3d9dda..7a09901a7 100644 --- a/Doc/Zsh/filelist.yo +++ b/Doc/Zsh/filelist.yo @@ -7,9 +7,9 @@ list(tt($ZDOTDIR/.zshrc)) list(tt($ZDOTDIR/.zlogin)) list(tt($ZDOTDIR/.zlogout)) list(tt(${TMPPREFIX}*) (default is /tmp/zsh*)) -list(tt(/etc/zshenv)) -list(tt(/etc/zprofile)) -list(tt(/etc/zshrc)) -list(tt(/etc/zlogin)) -list(tt(/etc/zlogout) (installation-specific - tt(/etc) is the default)) +list(tt(zshenv())) +list(tt(zprofile())) +list(tt(zshrc())) +list(tt(zlogin())) +list(tt(zlogout()) (installation-specific - tt(/etc) is the default)) endlist() |