From: Michael Prokop Date: Tue, 15 May 2007 09:22:28 +0000 (+0200) Subject: /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus! X-Git-Tag: 0.3.2 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=542d0e4b8e59e6c4a0561e8a34372f7f27b28e14 /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus! --- diff --git a/debian/changelog b/debian/changelog index 36dcd2c..83496f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-etc-core (0.3.2) unstable; urgency=low + + * /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus! + + -- Michael Prokop Tue, 15 May 2007 11:11:12 +0200 + grml-etc-core (0.3.1) unstable; urgency=low * /etc/zsh/zshrc: diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index ebe54fe..27d1045 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: Sam Mai 12 23:22:28 CEST 2007 [mika] +# Latest change: Die Mai 15 11:21:56 CEST 2007 [mika] ################################################################################ # source ~/.zshrc.global {{{ @@ -15,6 +15,11 @@ 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 }