Fix Bash configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-12-17 23:17:42 +01:00
parent bf00633d7c
commit 009385e3fd
8 changed files with 17 additions and 19 deletions

View File

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