aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
blob: 8cc259c10876d31a6222d97e2079879602381f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
## 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

## Local Variables:
## eval: (outline-minor-mode 1)
## outline-regexp: "##+"
## outline-heading-end-regexp: ":\n"
## End: