summaryrefslogtreecommitdiff
path: root/85_Debug.zsh
diff options
context:
space:
mode:
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
-}