aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshell_only.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh
index 26ced7e..5d7e83b 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -118,5 +118,5 @@ if called_directly; then
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"
+ echo -e "\e[1m\e[1;32m $ chsh -s /bin/zsh"
fi