Code Yarns β€πŸ‘¨β€πŸ’»
Tech Blog ❖ Personal Blog

Starship Cross-Shell Prompt

πŸ“… 2022-Dec-03 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ shell ⬩ πŸ“š Archive

Starship is a program that provides a colorful customizable prompt for your favorite shell. Development happens as open source over at https://github.com/starship/starship. Both the shells that I use, fish and bash, are supported by this tool!

Install

$ curl -sS https://starship.rs/install.sh | sh
# ~/.config/fish/config.fish
starship init fish | source
# ~/.bashrc
eval "$(starship init bash)"

Β© 2022 Ashwin Nanjappa β€’ All writing under CC BY-SA license β€’ 🐘 @codeyarns@hachyderm.io β€’ πŸ“§