mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 15:43:04 +00:00
26 lines
564 B
Plaintext
26 lines
564 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`
|