aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.profile
blob: fd9553f221d070f29548785ccc49f4674ca3d74f (plain)
1
2
3
4
5
## PATH:
# Add "$HOME/usr/bin" to $PATH because that is where I keep all of my
# personal utilities and helper commands.
PATH="${HOME}/usr/bin:${PATH}"
export PATH