aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/path.zsh
blob: 71a75de1b3bc48ffda99444468d8d63ed0f9cfa9 (plain)
1
2
3
4
5
6
7
8
# Prepend $HOME/bin and append /usr/sbin to PATH (for Debilian)
PATH="$HOME/bin:$PATH:/usr/sbin"

## RASPBERRY PI
if [[ "$HOST" == *pitheunlord* ]]; then
  PATH=$PATH:"/opt/vc/bin:/opt/vc/sbin"
fi