From e5eba6d26649c97639ddf6ebdd450fe16db20197 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 11 Aug 2014 14:50:25 +0200 Subject: [PATCH] [zsh] zsh mime handling is too slow --- .zsh/00_basic.zsh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.zsh/00_basic.zsh b/.zsh/00_basic.zsh index 232c23f..1ce71fc 100644 --- a/.zsh/00_basic.zsh +++ b/.zsh/00_basic.zsh @@ -74,10 +74,11 @@ export GREP_COLOR='1;31' -# support des type mimes -> ./toto.pdf -autoload -U zsh-mime-setup -autoload -U zsh-mime-handler -zsh-mime-setup +# mimes type support e.g: ./toto.pdf +# /!\ zsh-mime-setup is slow ! +#autoload -U zsh-mime-setup +#autoload -U zsh-mime-handler +#zsh-mime-setup if [ -f "${HOME}/.gpg-agent-info" ]; then . "${HOME}/.gpg-agent-info"