Add git branch to prompt prefix

This commit is contained in:
Hugo Mårdbrink 2025-08-14 00:09:15 +02:00
parent d52ef78a9b
commit 3f98479e17
2 changed files with 47 additions and 5 deletions

View file

@ -4,4 +4,5 @@ HISTORY_FILE :: "skal.history"
USER_COLOR :: "\x1b[0m"
DETAILS_COLOR :: "\x1b[34m"
DIR_COLOR :: "\x1b[32m"
GIT_COLOR :: "\x1b[33m"
BASE_COLOR :: "\x1b[0m"