snippetbashTip
omz — Oh My Zsh command-line tool. More information: <https://github.com/ohmyzsh/ohmyzsh>.
Viewed 0 times
commandzshcliomztoolmoreline
Problem
How to use the
omz command: Oh My Zsh command-line tool. More information: <https://github.com/ohmyzsh/ohmyzsh>.Solution
omz — Oh My Zsh command-line tool. More information: <https://github.com/ohmyzsh/ohmyzsh>.Update Oh My Zsh:
omz updatePrint the changes from the latest update of Oh My Zsh:
omz changelogRestart the current Zsh session and Oh My Zsh:
omz reloadList all available plugins:
omz plugin listList all enabled plugins:
omz plugin list --enabledEnable/Disable an Oh My Zsh plugin:
omz plugin {{enable|disable}} {{plugin}}List all available themes:
omz theme listSet an Oh My Zsh theme in
~/.zshrc:omz theme set {{theme}}Code Snippets
Update Oh My Zsh
omz updatePrint the changes from the latest update of Oh My Zsh
omz changelogRestart the current Zsh session and Oh My Zsh
omz reloadList all available plugins
omz plugin listList all enabled plugins
omz plugin list --enabledContext
tldr-pages: common/omz
Revisions (0)
No revisions yet.