mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 23:41:31 +01:00
15 lines
389 B
Text
15 lines
389 B
Text
sect(Files)
|
|
cindex(files used)
|
|
startlist()
|
|
list(tt($ZDOTDIR/.zshenv))
|
|
list(tt($ZDOTDIR/.zprofile))
|
|
list(tt($ZDOTDIR/.zshrc))
|
|
list(tt($ZDOTDIR/.zlogin))
|
|
list(tt($ZDOTDIR/.zlogout))
|
|
list(tt(${TMPPREFIX}*) (default is /tmp/zsh*))
|
|
list(tt(zshenv()))
|
|
list(tt(zprofile()))
|
|
list(tt(zshrc()))
|
|
list(tt(zlogin()))
|
|
list(tt(zlogout()) (installation-specific - tt(/etc) is the default))
|
|
endlist()
|