Files
dotfiles/bash/.bashrc.d/starship.sh
Fabio Scotto di Santolo 009385e3fd Fix Bash configuration
2025-12-17 23:17:42 +01:00

7 lines
118 B
Bash

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