fixes prompt

This commit is contained in:
Dennis Schoepf 2025-09-21 21:49:04 +02:00
parent aeeaccae23
commit 71cc281146

View file

@ -44,7 +44,7 @@
else else
source ~/.git-prompt.sh source ~/.git-prompt.sh
PROMPT_COMMAND="PS1_CMD1=$(__git_ps1 "(%s)")"; PROMPT_COMMAND="PS1_CMD1=$(__git_ps1 \"(%s)\")";
PS1="\[\e[95m\]\u\[\e[35m\]@\h\[\e[0m\] \[\e[96m\]\w\[\e[0m\] \[\e[95m\]$PS1_CMD1\n\[\e[96m\]λ\[\e[0m\] " PS1="\[\e[95m\]\u\[\e[35m\]@\h\[\e[0m\] \[\e[96m\]\w\[\e[0m\] \[\e[95m\]$PS1_CMD1\n\[\e[96m\]λ\[\e[0m\] "
fi fi
''; '';