aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/hostspecific.zsh
blob: 20d569b3dc811b5c9d8724dda472a33c80ce3cf9 (plain)
1
2
3
4
5
6
case "${HOST}" in
  s4|s5|c{1,2}*)
    . $HOME/.zsh.after/apt
    . $HOME/.zsh.after/unixpool
  ;;
esac