dotfiles/zsh/.profile

8 lines
206 B
Text
Raw Normal View History

## 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
2016-07-26 13:57:10 +02:00
systemctl --user import-environment PATH