From: Michael Prokop Date: Thu, 31 May 2007 15:21:51 +0000 (+0200) Subject: deactivate zsh-mime-setup by default X-Git-Tag: 0.3.7 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=ff188f766824a9d383191b608a402318bdb3b64d;hp=2fb16c49baaa1ade7410c08532d9a051e4d5e0c3;p=grml-etc-core.git deactivate zsh-mime-setup by default --- 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 {{{