From 7fb9e887fd418f832829b1bdad408f39ba562955 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2020 13:19:55 +0200 Subject: Replace use of hostname with internal .zsh.after/hostspecific.zsh: Replace the use of `hostname` with the internal HOST variable. --- .zsh.after/hostspecific.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf