/etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!
[grml-etc-core.git] / etc / skel / .zshrc
index ebe54fe..27d1045 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: Sam Mai 12 23:22:28 CEST 2007 [mika]
+# Latest change: Die Mai 15 11:21:56 CEST 2007 [mika]
 ################################################################################
 
 # source ~/.zshrc.global {{{
   fi
 # }}}
 
+# autoloading stuff {{{
+  # associate types and extensions:
+  autoload zsh-mime-setup && zsh-mime-setup
+# }}}
+
 # completion system {{{
 # just make sure it is loaded in this file too
   type compinit &>/dev/null || { autoload -U compinit && compinit }