blob: 47add8ed1bfa3326f8426c22d7b19ff808d3cd88 (
plain) (
blame)
1
2
3
4
5
6
|
# 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
|