From ff188f766824a9d383191b608a402318bdb3b64d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 31 May 2007 17:21:51 +0200 Subject: [PATCH] deactivate zsh-mime-setup by default --- etc/skel/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 9a885ff..10f900e 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Die Mai 29 16:31:10 CEST 2007 [mika] +# Latest change: Don Mai 31 17:19:00 CEST 2007 [mika] ################################################################################ # source ~/.zshrc.global {{{ @@ -22,8 +22,8 @@ # }}} # autoloading stuff {{{ -# associate types and extensions: - type zsh-mime-setup &>/dev/null || { autoload zsh-mime-setup && zsh-mime-setup } +# associate types and extensions (be aware with perl scripts and anwanted behaviour!) +# type zsh-mime-setup &>/dev/null || { autoload zsh-mime-setup && zsh-mime-setup } # }}} # completion system {{{ -- 2.1.4