mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
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:
parent
d848c94804
commit
8d2ff00747
4 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ function _update_zsh_update() {
|
|||
}
|
||||
|
||||
function _upgrade_zsh() {
|
||||
env ZSH=$ZSH sh $ZSH/tools/upgrade.sh
|
||||
env ZSH=$ZSH sh $ZSH/tools/update.sh
|
||||
# update the zsh file
|
||||
_update_zsh_update
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue