aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh1
-rwxr-xr-xshell_only.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index cda8e1b..ce0f8a4 100755
--- a/install.sh
+++ b/install.sh
@@ -136,3 +136,4 @@ 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 $ chsh -s /bin/zsh"
+echo -en "\e[0m"
diff --git a/shell_only.sh b/shell_only.sh
index 5be1da0..f69137c 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -120,4 +120,5 @@ if called_directly; then
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 $ chsh -s /bin/zsh"
+ echo -en "\e[0m"
fi