From 7d56cdbe6debcb4a1e393adb44faa45cbf62e6c4 Mon Sep 17 00:00:00 2001 From: hugues Date: Thu, 17 May 2007 22:41:18 +0000 Subject: Une petite erreur suite à la mise à jour pour Prunelle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@387 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- 11_Prompts.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '11_Prompts.zsh') diff --git a/11_Prompts.zsh b/11_Prompts.zsh index 61a807c..d8f7442 100644 --- a/11_Prompts.zsh +++ b/11_Prompts.zsh @@ -24,9 +24,9 @@ WHITE=37 # - PS1_USER pour la couleur du prompt USER local # - PS1_USER_SSH pour la couleur du prompt USER distant -PS1_ROOT=${PS1_ROOT:-RED} -PS1_USER=${PS1_USER:-BLUE} -PS1_USER_SSH=${PS1_USER_SSH:-MAGENTA} +PS1_ROOT=${PS1_ROOT:-$RED} +PS1_USER=${PS1_USER:-$BLUE} +PS1_USER_SSH=${PS1_USER_SSH:-$MAGENTA} if ( [ "$SSH_TTY" != "" ] ) then -- cgit v1.2.3