If you always ignore oh-my-zsh
update tips like me, you can update oh-my-zsh
configuration by following command:
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:
|
|
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 国际许可协议进行许可。