zsh-workers
 help / color / mirror / code / Atom feed
b5d74210371ea140ee6b2e4275b693d01808b179 blob 274 bytes (raw)

1
2
3
4
5
6
7
8
 
# 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
debug log:

solving b5d7421 ...
found b5d7421 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).