diff options
author | David Runge <dave@sleepmap.de> | 2017-02-18 10:44:52 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-02-18 10:44:52 +0100 |
commit | 9da64d04c12f62a944af9da0f1ac0c959cbb2373 (patch) | |
tree | 20d6654bd21f148ffb6ae959642c73b400856291 | |
parent | 30a24336e33fb0a628ba312ba3072ceac2a8b1cc (diff) | |
download | dotfiles-9da64d04c12f62a944af9da0f1ac0c959cbb2373.tar.gz dotfiles-9da64d04c12f62a944af9da0f1ac0c959cbb2373.tar.bz2 dotfiles-9da64d04c12f62a944af9da0f1ac0c959cbb2373.tar.xz dotfiles-9da64d04c12f62a944af9da0f1ac0c959cbb2373.zip |
.zsh.after/hostspecific.zsh: Further defining the client names in host specific files.
-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 e088543..10c0eb0 100644 --- a/.zsh.after/hostspecific.zsh +++ b/.zsh.after/hostspecific.zsh @@ -1,5 +1,5 @@ case $(hostname) in - s4|s5|c*) + s4|s5|c{1,2}*) . $HOME/.zsh.after/apt . $HOME/.zsh.after/unixpool ;; |