summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-02-28 18:14:27 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-04-08 11:30:28 +0200
commit57ac3b75d2e6eebd65745640ac0a6ebd0122d8d4 (patch)
tree1a4bbcba8af873fb9c76053f43cfaadddfc5aafd
parenta2caf7261cd044c7550926963d51301f4bba314e (diff)
Pas de gestion de l'option "multibyte" avec zsh@openwide
-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