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