Change Bash prompt using Starship

This commit is contained in:
Fabio Scotto di Santolo
2025-10-17 22:02:14 +02:00
parent 846b5541f9
commit 161dc09e25
5 changed files with 420 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
if command -v brew > /dev/null 2>&1; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi