mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
565 B
Plaintext
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`
|