X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=10f900e0c5c59c98a5dc9298306bb50b3579c50a;hb=ff188f766824a9d383191b608a402318bdb3b64d;hp=9a885ff5bbb1662a39885a666e4b3aba120f4ac0;hpb=2fb16c49baaa1ade7410c08532d9a051e4d5e0c3;p=grml-etc-core.git 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 {{{