From 57ac3b75d2e6eebd65745640ac0a6ebd0122d8d4 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 28 Feb 2008 18:14:27 +0100 Subject: Pas de gestion de l'option "multibyte" avec zsh@openwide --- 12_Prompts.zsh | 2 +- 20_Options.zsh | 3 --- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3