aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/hostspecific.zsh
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-04-12 14:25:30 +0200
committerDavid Runge <david.runge@frqrec.com>2014-04-12 14:25:30 +0200
commit21c83ed59fefe49ce2ab84882eb2287dda783c4e (patch)
tree6b35ed957d01b9455b8b25e179b3efef8ce8f7f4 /.zsh.after/hostspecific.zsh
parent9b5f5aa1c59e29910abba0fb2a594b1bacb30897 (diff)
downloaddotfiles-21c83ed59fefe49ce2ab84882eb2287dda783c4e.tar.gz
dotfiles-21c83ed59fefe49ce2ab84882eb2287dda783c4e.tar.bz2
dotfiles-21c83ed59fefe49ce2ab84882eb2287dda783c4e.tar.xz
dotfiles-21c83ed59fefe49ce2ab84882eb2287dda783c4e.zip
Adding further splitting of host specific configs.
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