Generate Starship Init - Shell Integration | Online Free DevTools by Hexmos
Generate shell integration code with Starship Init. Customize your terminal prompt and enhance your command-line experience. Free online tool, no registration required.
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
starshipintegration code to~/.bashrc:
starship init {{bash}} >> {{~/.bashrc}}
- Append the
starshipintegration code to~/.zshrc:
starship init {{zsh}} >> {{~/.zshrc}}
- Display help:
starship init --help