diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2010-08-10 18:57:43 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2010-08-10 18:57:43 +0000 |
| commit | 0bb608abc417f5dea96d2fc7e65ac125b5153f83 (patch) | |
| tree | a1fad28507c1afa7dcdc9edb1b7bc749a4a82147 | |
| parent | unposted: yet another update to _todo.sh (diff) | |
| download | zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar.gz zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar.bz2 zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar.lz zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar.xz zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar.zst zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.zip | |
unposted: tweak newline placement.
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | Functions/Newuser/zsh-newuser-install | 6 |
2 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2010-08-10 Clint Adams <clint@zsh.org> + + * unposted: Functions/Newuser/zsh-newuser-install: tweak + newline placement. + 2010-08-10 Peter Stephenson <pws@csr.com> * unposted: Completion/Unix/Command/_todo.sh: need care matching @@ -13508,5 +13513,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5053 $ +* $Revision: 1.5054 $ ***************************************************** diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install index e9ca82652..37c60293a 100644 --- a/Functions/Newuser/zsh-newuser-install +++ b/Functions/Newuser/zsh-newuser-install @@ -955,10 +955,10 @@ You can: (1) Continue to the main menu. " if [[ -f /etc/zsh/newuser.zshrc.recommended ]]; then - print -r " -(2) Populate your $zdmsg/.zshrc with the configuration recommended + print -r "(2) Populate your $zdmsg/.zshrc with the configuration recommended by the system administrator and exit (you will need to edit - the file by hand, if so desired)." + the file by hand, if so desired). +" fi read -k key$longprompt |
