diff --git a/bin/omz.sh b/bin/omz.sh index 1e438c767..d73ab95ac 100755 --- a/bin/omz.sh +++ b/bin/omz.sh @@ -1,11 +1,11 @@ #!/bin/zsh function omz_usage() { - echo "OH MY ZSH! command line tool. Available commands:" + echo "Oh My Zsh command line tool. Available commands:" echo " plugin NAME Enable plugin specified by NAME" echo " theme Choose theme" - echo " upgrade Upgrade OH MY ZSH!" - echo " uninstall Remove OH MY ZSH! :(" + echo " upgrade Upgrade Oh My Zsh" + echo " uninstall Remove Oh My Zsh :(" echo " help Show this help" } diff --git a/tools/_omz.sh b/tools/_omz.sh index f8fdd1b80..af4a83de6 100644 --- a/tools/_omz.sh +++ b/tools/_omz.sh @@ -9,8 +9,8 @@ local -a _1st_arguments _1st_arguments=( 'plugin:Enable plugin' 'theme:Choose theme' - 'upgrade:Upgrade OH MY ZSH!' - 'uninstall:Remove OH MY ZSH! :(' + 'upgrade:Upgrade Oh My Zsh' + 'uninstall:Remove Oh My Zsh :(' ) local expl diff --git a/tools/uninstall.sh b/tools/uninstall.sh index 9157651ad..1b6cbebe3 100644 --- a/tools/uninstall.sh +++ b/tools/uninstall.sh @@ -1,7 +1,7 @@ #!/bin/zsh ### Better prompt the user! -echo -n "Are you sure to completely remove OH MY ZSH?" +echo -n "Are you sure to completely remove Oh My Zsh?" read "a? [type 'yes' to continue] " if [[ $a != "yes" ]]; then return 0