dotfiles/zsh/.zshrc

6 lines
164 B
Bash
Raw Normal View History

2016-07-17 15:34:14 +02:00
## 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