From 80297692af9d66c17838e46588ed691c3c0d1bc0 Mon Sep 17 00:00:00 2001 From: hugues Date: Mon, 28 Aug 2006 00:27:20 +0000 Subject: Ptite coquille, encore.. git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@265 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- 25_Prompts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '25_Prompts.zsh') diff --git a/25_Prompts.zsh b/25_Prompts.zsh index 1676431..7309d7f 100644 --- a/25_Prompts.zsh +++ b/25_Prompts.zsh @@ -69,7 +69,7 @@ MISC="$C_$COLOR_RSET;$COLOR_BOLD;$PS1_COLOR$_C" # Affiche l'user, l'host, le tty et le pwd. Rien que ça... # Note que pour le pwd, on n'affiche que les 4 derniers dossiers pour éviter # de pourrir le fenêtre de terminal avec un prompt à rallonge. -PS1=$USERCOLOR"%n"$MISC"@"$HOSTCOLOR"%m"$RESET" ("$TERMCOLOR"%y"$RESET") ["$PATHCOLOR"%(!.%d.%(5~:.../:%4~))"$RESET"]"${LD_PRELOAD:t:s/lib//:r}" %h"$MISC"#"$RESET" " +PS1=$USERCOLOR"%n"$MISC"@"$HOSTCOLOR"%m"$RESET" ("$TERMCOLOR"%y"$RESET") ["$PATHCOLOR"%(!.%d.%(5~:.../%4~:%~))"$RESET"]"${LD_PRELOAD:t:s/lib//:r}" %h"$MISC"#"$RESET" " # Prompt level 2 PS2="%{%}%B%_%b%{%}%B>%b%{%} " -- cgit v1.2.3