1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/etc/bash/bashrc.d/50-ps1.bashrc
2023-10-14 22:02:50 +02:00

7 lines
230 B
Text

if [ "$(id -u)" -eq 0 ]; then
ps1_color_1=31
ps1_color_2=32
fi
PS1='\[\033[0m\]'"${ps1_brackets:0:1}"'\[\033[1;'"${ps1_color_1}"'m\]\u@\h\[\033[0m\] \[\033[1;'"${ps1_color_2}"'m\]\W\[\033[0m\]'"${ps1_brackets:1:1}"'\$ '