summaryrefslogtreecommitdiff
path: root/bash/.profile
blob: 3e79369b2aa50e4f09fc93372cfa6e8baaae0357 (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