diff options
-rw-r--r-- | .zsh.after/hostspecific.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/hostspecific.zsh b/.zsh.after/hostspecific.zsh index 10c0eb0..20d569b 100644 --- a/.zsh.after/hostspecific.zsh +++ b/.zsh.after/hostspecific.zsh @@ -1,4 +1,4 @@ -case $(hostname) in +case "${HOST}" in s4|s5|c{1,2}*) . $HOME/.zsh.after/apt . $HOME/.zsh.after/unixpool |