aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-02-18 10:44:52 +0100
committerDavid Runge <dave@sleepmap.de>2017-02-18 10:44:52 +0100
commit9da64d04c12f62a944af9da0f1ac0c959cbb2373 (patch)
tree20d6654bd21f148ffb6ae959642c73b400856291 /.zsh.after
parent30a24336e33fb0a628ba312ba3072ceac2a8b1cc (diff)
downloaddotfiles-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.
Diffstat (limited to '.zsh.after')
-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 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
;;