deactivate zsh-mime-setup by default 0.3.7
authorMichael Prokop <mika@grml.org>
Thu, 31 May 2007 15:21:51 +0000 (17:21 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 31 May 2007 15:21:51 +0000 (17:21 +0200)
etc/skel/.zshrc

index 9a885ff..10f900e 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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 {{{