Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 299 Bytes

File metadata and controls

19 lines (12 loc) · 299 Bytes

Custom Shell Prompt

StarShip is Cross-Shell Prompt!

Quick Installation

curl -fsSL https://starship.rs/install.sh | bash

Adding to Bash

Add the following to the end of ~/.bashrc:

eval "$(starship init bash)"

Source: StarShip