aboutsummaryrefslogtreecommitdiff
path: root/zsh/functions.zsh-overrides
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-02-18 17:05:47 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-02-18 17:05:47 -0500
commitbb3b34829a0599a2c356a46fdfa75c3f9c525088 (patch)
tree69cfc5baf380c5b4151df69fb8ba6d7525c4c0e3 /zsh/functions.zsh-overrides
parentfa40c9c0a1ec3238053575a2fac228f92d49fd78 (diff)
removing dependency on oh-my-zsh
Diffstat (limited to 'zsh/functions.zsh-overrides')
-rw-r--r--zsh/functions.zsh-overrides10
1 files changed, 10 insertions, 0 deletions
diff --git a/zsh/functions.zsh-overrides b/zsh/functions.zsh-overrides
new file mode 100644
index 0000000..b2db877
--- /dev/null
+++ b/zsh/functions.zsh-overrides
@@ -0,0 +1,10 @@
+#done
+
+preexec () {
+ term_preexec $*
+ theme_preexec $*
+}
+
+precmd () {
+ term_precmd
+}