Skip to content

Commit

Permalink
22018: minor newuser tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Stephenson committed Nov 24, 2005
1 parent e66af50 commit 5dfd592
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,5 +1,8 @@
2005-11-24 Peter Stephenson <pws@csr.com>

* 22018: INSTALL, Functions/Newuser/zsh-newuser-install: tweak
following suggestions from Bart.

* 22014: Doc/Zsh/Contrib.yo, Doc/Zsh/zle.yo,
Functions/Zle/.distfiles, Functions/Zle/insert-unicode-char,
Src/Zle/iwidgets.list, Src/Zle/zle.h, Src/Zle/zle_main.c,
Expand Down
4 changes: 2 additions & 2 deletions Functions/Newuser/zsh-newuser-install
Expand Up @@ -61,8 +61,8 @@ install_state[completion]=Recommended
trap 'save=0' HUP INT QUIT

# Substitute an initial ~ for human consumption.
if [[ $zd = $HOME ]]; then
zdmsg="~"
if [[ $zd = $HOME(#b)(|/*) ]]; then
zdmsg="~$match[1]"
else
zdmsg=$zd
fi
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -243,7 +243,7 @@ scripts/newuser in the shared library area (by default
/usr/local/share/zsh/<VERSION>/scripts/newuser). This feature can be
turned off simply by removing this script. The module can be removed
entirely from the configured shell by editing the line starting
"name=zsh/newuser" int the config.modules file, which is generated in the
"name=zsh/newuser" in the config.modules file, which is generated in the
top level distribution directory during configuration: change the line to
include "link=no auto=no".

Expand Down

0 comments on commit 5dfd592

Please sign in to comment.