mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 05:24:23 +01:00
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
|
# zsh script sourced at startup when a user is found to have
|
||
|
# no startup files. See the documentation for the zsh/newuser
|
||
|
# module in zshmodules(1).
|
||
|
|
||
|
autoload -U zsh-install-newuser
|
||
|
zsh-install-newuser
|