mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update functions.zsh
Explicitly state wrapper function is redirecting to 'omz update' and not running any deprecated code.
This commit is contained in:
parent
e076690551
commit
2a89eaa2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function uninstall_oh_my_zsh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function upgrade_oh_my_zsh() {
|
function upgrade_oh_my_zsh() {
|
||||||
echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Use \`omz update\` instead.$reset_color"
|
echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Using \`omz update\` instead.$reset_color"
|
||||||
omz update
|
omz update
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue