summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-08-27 18:59:36 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:10 +0100
commit230837ba3ac0f111fa5512121f33607797c786ed (patch)
treef430c81fd74e8931beb96100d2b2d6a5ef784184
parentdc6b835bfc504f2615a6b4de7d8b6a42a0b23283 (diff)
Ptite coquille
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@264 a0e5b806-a6f9-0310-978d-cbce73f8a913
-rw-r--r--25_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
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%{%} "