]> err.no Git - dotfiles/commitdiff
Get rid of a bit of debugging
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 25 Sep 2009 10:16:51 +0000 (10:16 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 25 Sep 2009 10:16:51 +0000 (10:16 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1400 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

zshrc

diff --git a/zshrc b/zshrc
index bb8ab95006f71db6b7f531571d8a327820f910fa..2e5a3342be734434c28b60607f2893a04abfe855 100644 (file)
--- 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
 }