add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

32
pages.zh/common/omz.md Normal file
View File

@@ -0,0 +1,32 @@
# 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}}`