1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-26 09:56:05 +02:00
zsh/Scripts/newuser

9 lines
274 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).
if functions zsh-newuser-install >/dev/null 2>&1 ||
autoload -U +X zsh-newuser-install; then
zsh-newuser-install
fi