Files
cheatsheet-tldr/tldr/starship-init
2025-12-20 00:20:53 +00:00

26 lines
565 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# starship init
> Print shell integration code for starship.
> More information: <https://starship.rs/>.
- 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`