diff options
Diffstat (limited to '11_Prompts.zsh')
-rw-r--r-- | 11_Prompts.zsh | 2 |
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"---"%>>") |