summaryrefslogtreecommitdiff
path: root/85_Debug.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-08-20 19:50:12 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:09 +0100
commit46ac6b2c967768aafe50a5446aab2241ddbcff69 (patch)
tree05c0007a21eaf529518e2bd77f4fb18170139986 /85_Debug.zsh
parent01b231dc56c2335481644728405c7aba037f1f5e (diff)
Grand ménage dans la conf Zsh
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@255 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '85_Debug.zsh')
-rw-r--r--85_Debug.zsh15
1 files changed, 0 insertions, 15 deletions
diff --git a/85_Debug.zsh b/85_Debug.zsh
index 4f245af..53ff080 100644
--- a/85_Debug.zsh
+++ b/85_Debug.zsh
@@ -49,18 +49,3 @@ exports()
fi
done
}
-
-preexec()
-{
- if ( [ "$DEBUG_MODE" = "yes" ] )
- then
- fi
-}
-
-precmd()
-{
- if ( [ "$DEBUG_MODE" = "yes" ] )
- then
- exports
- fi
-}