mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Modify output messages
This commit is contained in:
parent
66bcfc6e81
commit
0519d37e52
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ if [ "$TEST_CURRENT_SHELL" != "zsh" ]; then
|
|||
chsh -s $(grep /zsh$ /etc/shells | tail -1)
|
||||
# If ZSH only installed non-globally.
|
||||
elif [ "$CHECK_ZSH_INSTALLED_NON_GLOBALLY" -eq 0 ] && [ ! "$CHECK_ZSH_INSTALLED" -ge 1 ]; then
|
||||
printf "I can't change your shell automatically because ZSH is not installed globally.\n"
|
||||
printf "${BLUE}You need to start ZSH in your prefered way every time!${NORMAL}\n"
|
||||
printf "I can't change your shell automatically.\n"
|
||||
printf "${BLUE}You need to start ZSH in your preferred way every time!${NORMAL}\n"
|
||||
# Else, suggest the user do so manually.
|
||||
else
|
||||
printf "I can't change your shell automatically because this system does not have chsh.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue