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, 6 insertions, 0 deletions
diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh
new file mode 100644
index 0000000..e088543
--- /dev/null
+++ b/.zsh.after/hostspecific.zsh
@@ -0,0 +1,6 @@
+case $(hostname) in
+ s4|s5|c*)
+ . $HOME/.zsh.after/apt
+ . $HOME/.zsh.after/unixpool
+ ;;
+esac