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.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh
index 577e13b..290dbe2 100644
--- a/.zsh.after/hostspecific.zsh
+++ b/.zsh.after/hostspecific.zsh
@@ -1,8 +1,10 @@
case "$HOST" in
s4|s5|c*)
+ . $HOME/.zsh.after/apt
. $HOME/.zsh.after/unixpool
;;
giev)
+ . $HOME/.zsh.after/apt
. $HOME/.zsh.after/giev
;;
esac