aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-07-26 13:19:55 +0200
committerDavid Runge <dave@sleepmap.de>2020-07-26 13:19:55 +0200
commit7fb9e887fd418f832829b1bdad408f39ba562955 (patch)
treed06767370a3722d3011de3e97a002d6ba6438721
parent361336599d3fa548b0170d42ca5a8ee61221eaa0 (diff)
downloaddotfiles-7fb9e887fd418f832829b1bdad408f39ba562955.tar.gz
dotfiles-7fb9e887fd418f832829b1bdad408f39ba562955.tar.bz2
dotfiles-7fb9e887fd418f832829b1bdad408f39ba562955.tar.xz
dotfiles-7fb9e887fd418f832829b1bdad408f39ba562955.zip
Replace use of hostname with internal
.zsh.after/hostspecific.zsh: Replace the use of `hostname` with the internal HOST variable.
-rw-r--r--.zsh.after/hostspecific.zsh2
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