summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2007-05-04 08:18:41 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:11 +0100
commita176e5f80b38a111b04ccf14b3f41c24581a1617 (patch)
tree24dbe5a97aaa8e7f936842cbd030a14c05402a0f
parentccb3c507311592b523b3ef5100a85dff6cae3bd5 (diff)
Prompt '%' Vs '#'
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@353 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 0bcf67a..90824b1 100644
--- a/25_Prompts.zsh
+++ b/25_Prompts.zsh
@@ -63,7 +63,7 @@ COLOR_DATE="0;%(!.$PS1_ROOT.$PS1_USER)"
# 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=""$C_$COLOR_USER$_C"%n"$C_$COLOR_AROB$_C"@"$C_$COLOR_HOST$_C"%m"$C_$VOID$_C" ("$C_$COLOR_TERM$_C"%y"$C_$VOID$_C") ["$C_$COLOR_PATH$_C"%(!.%d.%(5~:.../:)%4~)"$C_$VOID$_C"]"${LD_PRELOAD:t:s/lib//:r}" "$C_$COLOR_HIST$_C"%h"$C_$COLOR_DIES$_C"#"$C_$VOID$_C" "
+PS1=""$C_$COLOR_USER$_C"%n"$C_$COLOR_AROB$_C"@"$C_$COLOR_HOST$_C"%m"$C_$VOID$_C" ("$C_$COLOR_TERM$_C"%y"$C_$VOID$_C") ["$C_$COLOR_PATH$_C"%(!.%d.%(5~:.../:)%4~)"$C_$VOID$_C"]"${LD_PRELOAD:t:s/lib//:r}" "$C_$COLOR_HIST$_C"%h"$C_$COLOR_DIES$_C"%#"$C_$VOID$_C" "
# Prompt level 2
PS2="%{%}%B%_%b%{%}%B>%b%{%} "