System Grab Bag

View all TLDR pages from common (or from all pages)

starship init

Print shell integration code for starship. More information: https://starship.rs.
  • Display the subcommand help:
    starship init --help
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.