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, 3 insertions, 3 deletions
diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh
index 7f0ea67..aaa8f5b 100644
--- a/.zsh.after/hostspecific.zsh
+++ b/.zsh.after/hostspecific.zsh
@@ -1,10 +1,10 @@
-case "$HOST" in
+case $(hostname) in
s4|s5|c*)
. $HOME/.zsh.after/apt
. $HOME/.zsh.after/unixpool
;;
- giev|frqrec)
+ frqrec)
. $HOME/.zsh.after/apt
- . $HOME/.zsh.after/giev
+ . $HOME/.zsh.after/frqrec
;;
esac