From: tfheen Date: Fri, 25 Sep 2009 10:16:51 +0000 (+0000) Subject: Get rid of a bit of debugging X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8328b3784d2b2c475c1226a8fb0f9cd2533fb23e;p=dotfiles Get rid of a bit of debugging git-svn-id: file:///svn/tfheen/trunk/dotfiles@1400 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/zshrc b/zshrc index bb8ab95..2e5a334 100644 --- a/zshrc +++ b/zshrc @@ -6,7 +6,6 @@ is_root() { } sourcedir() { - set -x if [ ! -d "$1" ]; then echo "no such directory: $1" return 1 @@ -15,7 +14,7 @@ sourcedir() { case "$f" in *~|*.bak|*.old|*.sw?|*.zwc|*.disabled) continue;; esac - echo " sourcing file $f" +# echo " sourcing file $f" source "$f" done }