aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/hostspecific.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after/hostspecific.zsh')
-rw-r--r--.zsh.after/hostspecific.zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh
deleted file mode 100644
index 20d569b..0000000
--- a/.zsh.after/hostspecific.zsh
+++ /dev/null
@@ -1,6 +0,0 @@
-case "${HOST}" in
- s4|s5|c{1,2}*)
- . $HOME/.zsh.after/apt
- . $HOME/.zsh.after/unixpool
- ;;
-esac