1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-02-22 17:15:07 +01:00

[bash] include 'deboone' for username colors

This commit is contained in:
Eric Teunis de Boone 2025-02-07 14:22:46 +01:00
parent 2a2eeecbfd
commit b6cc5f9f8d

View file

@ -109,7 +109,7 @@ function __colored_username() {
if color ; then
case "${USER}" in
'root') PS1+="${Red}\u${RCol}";;
'kastdeur'|'ericteunis') PS1+="${Gre}\u${RCol}";;
'kastdeur'|'ericteunis'|'deboone') PS1+="${Gre}\u${RCol}";;
*) PS1+="${Blu}\u${RCol}";;
esac
else