diff options
-rwxr-xr-x | shell_only.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_only.sh b/shell_only.sh index 9312aaa..6837c42 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -115,4 +115,6 @@ if called_directly; then echo -e "\e[1m\e[1;32mShell setup has been successfully installed!" echo -e "\e[1m\e[1;32mIf you wish to make zsh your default shell:" echo -e "\e[1m\e[1;32m # usermod -s /bin/zsh ${USER}" + echo -e "\e[1m\e[1;32mOR:" + echo -e "\e[1m\e[1;32m $ chpass -s /bin/zsh" fi |