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.zsh8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh
new file mode 100644
index 0000000..577e13b
--- /dev/null
+++ b/.zsh.after/hostspecific.zsh
@@ -0,0 +1,8 @@
+case "$HOST" in
+ s4|s5|c*)
+ . $HOME/.zsh.after/unixpool
+ ;;
+ giev)
+ . $HOME/.zsh.after/giev
+ ;;
+esac