From dee8d4941f20710617465270d86eacd53e2643fb Mon Sep 17 00:00:00 2001 From: hugues Date: Thu, 17 May 2007 22:38:43 +0000 Subject: Correctifs apportés suite à la mise à jour sur Prunelle (Darwin) 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@386 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 aec9f66..61a807c 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=$RED -PS1_USER=$BLUE -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