summaryrefslogtreecommitdiffstats
path: root/.profile
blob: b33b6e9814213b05b61c1c1f35593061fb6e29bc (plain) (blame)
1
2
3
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi