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