aboutsummaryrefslogtreecommitdiff
path: root/zsh/functions.zsh-overrides
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-02-06 13:39:13 -0600
committerMatt Singleton <matt@xcolour.net>2021-02-06 13:39:13 -0600
commite6a2618400edcddc2a80ef2776871ca01992be03 (patch)
tree72f9572bd8037f8d40abf070fc13c52fec9b5521 /zsh/functions.zsh-overrides
parent9ec86efc56ecdbcaf6ee0626f928c16c266cda2c (diff)
big refactor to use XDG base dir spec
Diffstat (limited to 'zsh/functions.zsh-overrides')
-rw-r--r--zsh/functions.zsh-overrides8
1 files changed, 0 insertions, 8 deletions
diff --git a/zsh/functions.zsh-overrides b/zsh/functions.zsh-overrides
deleted file mode 100644
index 8b233e5..0000000
--- a/zsh/functions.zsh-overrides
+++ /dev/null
@@ -1,8 +0,0 @@
-preexec () {
- type term_preexec &> /dev/null && term_preexec $*
- type theme_preexec &> /dev/null && theme_preexec $*
-}
-
-precmd () {
- type term_precmd &> /dev/null && term_precmd
-}