summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--25_Prompts.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/25_Prompts.zsh b/25_Prompts.zsh
index 1c48108..8bd3eda 100644
--- a/25_Prompts.zsh
+++ b/25_Prompts.zsh
@@ -32,6 +32,7 @@ PS1_ROOT=${PS1_ROOT:-$COLOR_RED}
# Couleur par défaut pour les utilisateurs normaux (moi, quoi)
PS1_USER=${PS1_USER:-$COLOR_BLUE}
+PS1_USER_SSH=${PS1_USER_SSH:-$COLOR_MAGENTA}
if ( [ "$SSH_TTY" != "" ] )
then