aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/unixpool.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after/unixpool.zsh')
-rw-r--r--.zsh.after/unixpool.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zsh.after/unixpool.zsh b/.zsh.after/unixpool.zsh
new file mode 100644
index 0000000..592abb0
--- /dev/null
+++ b/.zsh.after/unixpool.zsh
@@ -0,0 +1,5 @@
+case "$HOST" in
+ s4|s5|c*)
+ . $HOME/.zsh.after/unixpool.sh
+ ;;
+esac