Files
dotfiles/.bashrc.local

5 lines
111 B
Plaintext

# Activate Starship command prompt
if [ -f /usr/local/bin/starship ]; then
eval "$(starship init bash)"
fi