diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-18 17:05:47 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-18 17:05:47 -0500 |
commit | bb3b34829a0599a2c356a46fdfa75c3f9c525088 (patch) | |
tree | 69cfc5baf380c5b4151df69fb8ba6d7525c4c0e3 /zsh/functions.zsh-overrides | |
parent | fa40c9c0a1ec3238053575a2fac228f92d49fd78 (diff) |
removing dependency on oh-my-zsh
Diffstat (limited to 'zsh/functions.zsh-overrides')
-rw-r--r-- | zsh/functions.zsh-overrides | 10 |
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 +} |