summaryrefslogtreecommitdiff
path: root/25_Prompts.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-08-28 00:27:20 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:10 +0100
commit80297692af9d66c17838e46588ed691c3c0d1bc0 (patch)
tree4247a1617fcd4063f1f635d6f4e059c3b8567651 /25_Prompts.zsh
parent230837ba3ac0f111fa5512121f33607797c786ed (diff)
Ptite coquille, encore..
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@265 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '25_Prompts.zsh')
-rw-r--r--25_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
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%{%} "