summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--12_Prompts.zsh2
-rw-r--r--20_Options.zsh3
2 files changed, 1 insertions, 4 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index c8c0eca..190b662 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -68,7 +68,7 @@ old_precmd()
# Date
[ "$DEBUG" = "yes" ] && echo -n " Date..."
- DATE=$C_$prompt_colors[braces]$_C"[ "$C_$prompt_colors[date]$_C"%D{%a-%d-%b-%Y %H:%M:%S}"$C_$prompt_colors[braces]$_C" ]"$C_$prompt_colors[bar]$_C"-"
+ DATE=$C_$prompt_colors[braces]$_C"[ "$C_$prompt_colors[date]$_C"%D{%d-%m-%Y %H:%M:%S}"$C_$prompt_colors[braces]$_C" ]"$C_$prompt_colors[bar]$_C"-"
DATEEXPAND=$(expand_text "$DATE")
DATESIZE=${#DATEEXPAND}
[ "$DEBUG" = "yes" ] && echo
diff --git a/20_Options.zsh b/20_Options.zsh
index f694bdf..ca0fb85 100644
--- a/20_Options.zsh
+++ b/20_Options.zsh
@@ -75,6 +75,3 @@ unsetopt Prompt_Cr
setopt Auto_Pushd
setopt Pushd_Ignore_Dups
setopt Glob
-
-## Gestion de l'UTF-8 !!
-setopt MultiByte