From 230837ba3ac0f111fa5512121f33607797c786ed Mon Sep 17 00:00:00 2001 From: hugues Date: Sun, 27 Aug 2006 18:59:36 +0000 Subject: Ptite coquille git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@264 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- 25_Prompts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/25_Prompts.zsh b/25_Prompts.zsh index 8bd3eda..1676431 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