summaryrefslogtreecommitdiff
path: root/zsh/.profile
blob: e297b42bb48b8db16978b739a3a2c16ece9172e7 (plain)
1
2
3
4
5
# add user's bin directory to path
if [ -d $HOME/.local/bin ]
then
        export PATH=$HOME/.local/bin:$PATH
fi