X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=bfae710b76b83ad3b136de5882190a486827d3ec;hb=a1cd3b6fb0975ea28dee76ec9a8133f78e88133c;hp=0d4a52fc0372a36a424af23de487fa2947b07b90;hpb=e7c0b2d9bc977f2765a4d11309d7304e56c56428;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 0d4a52f..bfae710 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: Don Nov 30 17:03:28 CET 2006 [mika] +# Latest change: Son Dez 17 13:51:23 CET 2006 [mika] ################################################################################ # source ~/.zshrc.global {{{ @@ -265,7 +265,7 @@ # jump between directories # Copyright 2005 Nikolai Weibull # notice: option AUTO_PUSHD has to be set - d(){ + alias d &>/dev/null || functions d &>/dev/null || d(){ emulate -L zsh autoload -U colors local color=$fg_bold[blue]