1
0
mirror of https://github.com/zsh-users/zsh synced 2024-07-08 19:55:44 +00:00

unposted: tweak newline placement.

This commit is contained in:
Clint Adams 2010-08-10 18:57:43 +00:00
parent 42cd6020ea
commit 0bb608abc4
2 changed files with 9 additions and 4 deletions

View File

@ -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> 2010-08-10 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_todo.sh: need care matching * unposted: Completion/Unix/Command/_todo.sh: need care matching
@ -13508,5 +13513,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5053 $ * $Revision: 1.5054 $
***************************************************** *****************************************************

View File

@ -955,10 +955,10 @@ You can:
(1) Continue to the main menu. (1) Continue to the main menu.
" "
if [[ -f /etc/zsh/newuser.zshrc.recommended ]]; then if [[ -f /etc/zsh/newuser.zshrc.recommended ]]; then
print -r " print -r "(2) Populate your $zdmsg/.zshrc with the configuration recommended
(2) Populate your $zdmsg/.zshrc with the configuration recommended
by the system administrator and exit (you will need to edit 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 fi
read -k key$longprompt read -k key$longprompt