improve chpwd handling for builtin dirs command
[grml-etc-core.git] / etc / skel / .zshrc
index bfae710..dbadf3c 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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 {{{
 # jump between directories
 # Copyright 2005 Nikolai Weibull <nikolai@bitwi.se>
 # 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]