Files
tldr/pages.zh/common/omz.md

32 lines
517 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# omz
> Oh My Zsh 命令行工具。
> 更多信息:<https://github.com/ohmyzsh/ohmyzsh>。
- 更新 Oh My Zsh
`omz update`
- 打印最新更新的 Oh My Zsh 的变更:
`omz changelog`
- 重启当前的 Zsh 会话和 Oh My Zsh
`omz reload`
- 列出所有可用的插件:
`omz plugin list`
- 启用/禁用 Oh My Zsh 插件:
`omz plugin {{enable|disable}} {{plugin}}`
- 列出所有可用的主题:
`omz theme list`
-`~/.zshrc` 中设置 Oh My Zsh 主题:
`omz theme set {{theme}}`