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

462 B
Raw Permalink Blame History

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