dotfiles/zsh/.profile
Tom Willemse e3f1a5feea Set environment variables in .profile, not .zshrc
More programs read .profile than .zshrc, so settings set in it are
available in more programs.
2016-07-25 22:21:55 +02:00

5 lines
164 B
Bash

## 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