Files
tldr/pages.zh/common/starship-init.md

20 lines
462 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.

# 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`