`upgrade_oh_my_zsh` is deprecated. Use `omz update` instead.

Christopher Eliot 2020-09-01 14:23:12 -04:00
parent 10caa35567
commit b5120b9fa1
1 changed files with 1 additions and 1 deletions

@ -16,7 +16,7 @@ source ~/.oh-my-zsh/templates/zshrc.zsh-template
| _x_ / _extract_ | Extract an archive (supported types: tar.{bz2,gz,xz,lzma}, bz2, rar, gz, tar, tbz2, tgz, zip, Z, 7z). |
| _zsh_stats_ | Get a list of the top 20 commands and how many times they have been run. |
| _uninstall_oh_my_zsh_ | Uninstall Oh-my-zsh. |
| _upgrade_oh_my_zsh_ | Upgrade Oh-my-zsh. |
| _omz update_ | Upgrade Oh-my-zsh. |
| `exec zsh` | Apply changes made to zshrc
---