mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
28062: make the filename even longer
This commit is contained in:
parent
6e0d1b57ce
commit
924f40b772
2 changed files with 5 additions and 5 deletions
|
|
@ -954,7 +954,7 @@ You can:
|
|||
print -r "
|
||||
(1) Continue to the main menu.
|
||||
"
|
||||
if [[ -f /etc/zsh/zshrc.recommended ]]; then
|
||||
if [[ -f /etc/zsh/newuser.zshrc.recommended ]]; then
|
||||
print -r "
|
||||
(2) Populate your $zdmsg/.zshrc with the configuration recommended
|
||||
by the system administrator and exit (you will need to edit
|
||||
|
|
@ -978,7 +978,7 @@ You can:
|
|||
;;
|
||||
|
||||
(2)
|
||||
cp /etc/zsh/zshrc.recommended $zd/.zshrc
|
||||
cp /etc/zsh/newuser.zshrc.recommended $zd/.zshrc
|
||||
source $zd/.zshrc
|
||||
return 0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue