这是indexloc提供的服务,不要输入任何密码
Menu

[85bed9]: / Scripts / newuser  Maximize  Restore  History

Download this file

9 lines (7 with data), 274 Bytes

# 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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.