6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
# starship
|
|
export STARSHIP_CONFIG=$HOME/.config/starship/starship.toml
|
|
export STARSHIP_CACHE=$HOME/.cache/starship/
|
|
eval "$(starship init bash)"
|
|
|