From 9da64d04c12f62a944af9da0f1ac0c959cbb2373 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 18 Feb 2017 10:44:52 +0100 Subject: .zsh.after/hostspecific.zsh: Further defining the client names in host specific files. --- .zsh.after/hostspecific.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh.after') 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 ;; -- cgit v1.2.3-54-g00ecf