From b6cc5f9f8d858d2aad81c420a1c216d84817c15d Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 7 Feb 2025 14:22:46 +0100 Subject: [PATCH] [bash] include 'deboone' for username colors --- bash/bashrc.d/prompt_command.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc.d/prompt_command.bash b/bash/bashrc.d/prompt_command.bash index aaf6868..8c0e148 100644 --- a/bash/bashrc.d/prompt_command.bash +++ b/bash/bashrc.d/prompt_command.bash @@ -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