Files
dotfiles/bash/.bashrc.d/starship.sh
Fabio Scotto di Santolo 596f28512d Fix Bash configuration
2026-01-07 09:31:19 +01:00

7 lines
118 B
Bash
Executable File

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