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:
parent
2a2eeecbfd
commit
b6cc5f9f8d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ function __colored_username() {
|
||||||
if color ; then
|
if color ; then
|
||||||
case "${USER}" in
|
case "${USER}" in
|
||||||
'root') PS1+="${Red}\u${RCol}";;
|
'root') PS1+="${Red}\u${RCol}";;
|
||||||
'kastdeur'|'ericteunis') PS1+="${Gre}\u${RCol}";;
|
'kastdeur'|'ericteunis'|'deboone') PS1+="${Gre}\u${RCol}";;
|
||||||
*) PS1+="${Blu}\u${RCol}";;
|
*) PS1+="${Blu}\u${RCol}";;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue