2025-03-14 21:59:59 -06:00
|
|
|
# starship init
|
|
|
|
|
|
|
|
|
|
> Print shell integration code for starship.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://starship.rs/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Print the starship integration code for the specified shell:
|
|
|
|
|
|
|
|
|
|
`starship init {{bash|elvish|fish|ion|powershell|tcsh|zsh}}`
|
|
|
|
|
|
|
|
|
|
- Append the `starship` integration code to `~/.bashrc`:
|
|
|
|
|
|
|
|
|
|
`starship init {{bash}} >> {{~/.bashrc}}`
|
|
|
|
|
|
|
|
|
|
- Append the `starship` integration code to `~/.zshrc`:
|
|
|
|
|
|
|
|
|
|
`starship init {{zsh}} >> {{~/.zshrc}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`starship init --help`
|