1. Starship shell

Run

source <("/snap/starship/1087/bin/starship" init bash --print-full-init)

Modules https://starship.rs/config/#prompt

Enable automatically in Bash

Add the following to the end of ~/.bashrc

$ vim ~/.bashrc
eval "$(starship init bash)"

Then source the file

source ~/.bashrc

Last updated

Was this helpful?