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

View File

@@ -0,0 +1,20 @@
# starship 初始化
> 打印 starship 的 shell 集成代码。
> 更多信息:<https://starship.rs>。
- 打印指定 shell 的 starship 集成代码:
`starship init {{bash|elvish|fish|ion|powershell|tcsh|zsh}}`
-`starship` 集成代码追加到 `~/.bashrc`
`starship init {{bash}} >> {{~/.bashrc}}`
-`starship` 集成代码追加到 `~/.zshrc`
`starship init {{zsh}} >> {{~/.zshrc}}`
- 显示帮助信息:
`starship init --help`