aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.profile
blob: 62b4c7712d153b7b4b42a5f7c21b0c703198db16 (plain)
1
2
3
4
5
6
7
## 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

systemctl --user import-environment PATH