aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/99-function-overrides.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2023-02-03 14:39:07 -0600
committerMatt Singleton <matt@xcolour.net>2023-02-03 14:39:07 -0600
commite9dc4c1090abb01317847c417b75d3960f3da34d (patch)
tree2fb84cf24675f1294f9f7a33ea949d514844c6f1 /config/zsh/99-function-overrides.zsh
parent969f76a8238e2d43a25740c8272bf635d436f0d3 (diff)
only install platform-appropriate configs based on uname
Diffstat (limited to 'config/zsh/99-function-overrides.zsh')
-rw-r--r--config/zsh/99-function-overrides.zsh8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/zsh/99-function-overrides.zsh b/config/zsh/99-function-overrides.zsh
deleted file mode 100644
index 8b233e5..0000000
--- a/config/zsh/99-function-overrides.zsh
+++ /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
-}