diff options
-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 ;; |