X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=42409f1d4cb17f860fe5330b5f657206589c8832;hb=refs%2Ftags%2F0.3.10;hp=9a885ff5bbb1662a39885a666e4b3aba120f4ac0;hpb=4f9cbb4bae166783f31b702b917ac3761aa34b2a;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 9a885ff..42409f1 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,9 @@ # }}} # 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 } +# alias -s pl='perl -S' # }}} # completion system {{{