mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
unposted: tweak newline placement.
This commit is contained in:
parent
42cd6020ea
commit
0bb608abc4
2 changed files with 9 additions and 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 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue