summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-02-27 12:15:02 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:21 +0100
commitebfaa79728cb038205e8ccf58f818d77e08de8db (patch)
tree57da6ba444881ce4be216815ab9971768f39832a
parentfc0eb3494c79fa15f573c7358bdc51d073b7b89b (diff)
Format de la date plus copain-copain.
-rw-r--r--11_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/11_Prompts.zsh b/11_Prompts.zsh
index 0282b21..e624328 100644
--- a/11_Prompts.zsh
+++ b/11_Prompts.zsh
@@ -87,7 +87,7 @@ precmd ()
{
term_title
- DATE="%D{%H:%M:%S %d/%m/%Y}"
+ DATE="%D{%a %d %b %Y %H:%M:%S}"
datesize=`print -Pn $DATE`
datesize=${#datesize}
ERROR=%(? "$C_$COLOR_BAR$_C----" "%4>>"$C_$COLOR_ERRR$_C"%?$C_$COLOR_BAR$_C"---"%>>")