# 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