If you always ignore oh-my-zsh update tips like me, you can update oh-my-zsh configuration by following command:

1
2
3
$ omz update
# for older versions
$ upgrade_oh_my_zsh

After all, oh-my-zsh has added a shell function to the shell environment, we can look it under the hood by running this command:

1
$ which upgrade_oh_my_zsh

and the output is:

This is very clear and simple, the upgrade program is a shell script, located at $ZSH/tools/upgrade.sh .


知识共享许可协议
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。