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