bash.d/30-starship

6 lines
194 B
Text
Raw Normal View History

# shellcheck shell=bash
# Initialize Starship prompt
# Requires: starship binary in PATH (installed to ~/.local/bin)
if command -v starship &>/dev/null; then
eval "$(starship init bash)"
fi