#!/usr/bin/env bash # Starship prompt if command -v starship >/dev/null 2>&1; then eval "$(starship init bash)" fi