.bashrc: PS1

This commit is contained in:
seajee
2024-12-30 17:26:04 +01:00
parent d0908fe997
commit e17f089e8c

View File

@@ -25,7 +25,7 @@ BLUE="\[\e[0;34m\]"
RED="\[\e[0;91m\]"
RESET="\[\e[0m\]"
PS1="\u@$RED\h$RESET \w \$$RESET "
PS1="[\u@$RED\h$RESET \w]\$$RESET "
# Setup zoxide
eval "$(zoxide init --cmd cd bash)"