summaryrefslogtreecommitdiff
path: root/.profile
blob: c716395c2baa2a91fbfc235a0e2f67fced3a42fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#umask 022

# --- $PATH

if [ -d ~/local/bin ] ; then
    PATH=~/local/bin:"${PATH}"
fi

if [ -d ~/bin ] ; then
    PATH=~/bin:"${PATH}"
fi