Add wording consistency for update/upgrade controversy

Change main command for updating to “update_oh_my_zsh”. Seems to be
more conventional and human-readable. Some internal stuff still keeps
“upgrade”. Needs thorough testing. And maybe a transitional message for
existing users
This commit is contained in:
sashakatin 2017-07-29 22:28:18 +02:00
commit 8d2ff00747
4 changed files with 7 additions and 7 deletions

View file

@ -6,8 +6,8 @@ function uninstall_oh_my_zsh() {
env ZSH=$ZSH sh $ZSH/tools/uninstall.sh
}
function upgrade_oh_my_zsh() {
env ZSH=$ZSH sh $ZSH/tools/upgrade.sh
function update_oh_my_zsh() {
env ZSH=$ZSH sh $ZSH/tools/update.sh
}
function take() {