zsh-workers
 help / color / mirror / code / Atom feed
678d1158397a9f921258b7c18671410af9ab5efb blob 414 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
# 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).

zshrc_rec=@zshrc_rec@
if [[ -z $zshrc_rec ]]; then
   prefix=@prefix@
   zshrc_rec=@sysconfdir@/zsh/newuser.zshrc.recommended
fi
if functions zsh-newuser-install >/dev/null 2>&1 ||
   autoload -U +X zsh-newuser-install; then
   zsh-newuser-install $zshrc_rec
fi
debug log:

solving 678d115 ...
found 678d115 in https://inbox.vuxu.org/zsh-workers/20161211180655.616c1ea0@ntlworld.com/

applying [1/1] https://inbox.vuxu.org/zsh-workers/20161211180655.616c1ea0@ntlworld.com/
diff --git a/Scripts/newuser.in b/Scripts/newuser.in
new file mode 100644
index 0000000..678d115

Checking patch Scripts/newuser.in...
Applied patch Scripts/newuser.in cleanly.

index at:
100644 678d1158397a9f921258b7c18671410af9ab5efb	Scripts/newuser.in

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).