1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

28062: make the filename even longer

This commit is contained in:
Clint Adams 2010-06-30 13:22:51 +00:00
parent 6e0d1b57ce
commit 924f40b772
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
2010-06-30 Clint Adams <clint@zsh.org> 2010-06-30 Clint Adams <clint@zsh.org>
* 27998, 28061: Functions/Newuser/zsh-newuser-install: add * 27998, 28061, 28062: Functions/Newuser/zsh-newuser-install:
recommended zshrc option. add recommended zshrc option.
* 28060: Completion/Unix/Command/_xmlsoft: xmlsoft --nodtdattr * 28060: Completion/Unix/Command/_xmlsoft: xmlsoft --nodtdattr
completion thanks to Vincent Lefevre. completion thanks to Vincent Lefevre.
@ -13343,5 +13343,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5018 $ * $Revision: 1.5019 $
***************************************************** *****************************************************

View file

@ -954,7 +954,7 @@ You can:
print -r " print -r "
(1) Continue to the main menu. (1) Continue to the main menu.
" "
if [[ -f /etc/zsh/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
@ -978,7 +978,7 @@ You can:
;; ;;
(2) (2)
cp /etc/zsh/zshrc.recommended $zd/.zshrc cp /etc/zsh/newuser.zshrc.recommended $zd/.zshrc
source $zd/.zshrc source $zd/.zshrc
return 0 return 0
;; ;;