X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=dbadf3cbf0cef55472218c07751f5dee5b9b5a86;hb=73d7a9a13106115c65b57734e1fca59b23152c3f;hp=bfae710b76b83ad3b136de5882190a486827d3ec;hpb=a1cd3b6fb0975ea28dee76ec9a8133f78e88133c;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index bfae710..dbadf3c 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: Son Dez 17 13:51:23 CET 2006 [mika] +# Latest change: Son Dez 17 14:50:06 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 - alias d &>/dev/null || functions d &>/dev/null || d(){ + d(){ emulate -L zsh autoload -U colors local color=$fg_bold[blue]