mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-02 16:40:53 +01:00
6 lines
204 B
Text
6 lines
204 B
Text
# 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
|