26763: fix problem on failed cd -s to relative path
[zsh.git] / Scripts / newuser
blobb5d74210371ea140ee6b2e4275b693d01808b179
1 # zsh script sourced at startup when a user is found to have
2 # no startup files.  See the documentation for the zsh/newuser
3 # module in zshmodules(1).
5 if functions zsh-newuser-install >/dev/null 2>&1 ||
6    autoload -U +X zsh-newuser-install; then
7    zsh-newuser-install
8 fi