aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/hostspecific.zsh
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-07-27 15:46:42 +0200
committerDavid Runge <dave@sleepmap.de>2020-07-27 15:46:42 +0200
commit8693e4a6bae3914d446d36a40c6706172df4b16e (patch)
tree1b14ac9849656f0c328a6f9237b7c3fa72b995b2 /.zsh.after/hostspecific.zsh
parent0610cc873bfcec666099867150788bc3da873d5d (diff)
parentfb901c5538d652233382bcad45ca76682653a236 (diff)
downloaddotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.tar.gz
dotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.tar.bz2
dotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.tar.xz
dotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.zip
Merge branch 'master' of git.sleepmap.de:dave/dotfiles
* 'master' of git.sleepmap.de:dave/dotfiles: Drop localdomain SSH config cleanup Remov packages Add systemd user service for ssh-agent Add local tmux systemd user service Replace use of hostname with internal Remove unused presets Add cargo bin to PATH Add supported extension to ex and lstar Update configuration Add application rule Add packages to [community] Add packages to [extra] Add packages
Diffstat (limited to '.zsh.after/hostspecific.zsh')
-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