summaryrefslogtreecommitdiff
path: root/archive/.xsessionrc
blob: 10fbc75ec2e7370b1004e9e2cbc5a76552a6196a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#umask 022

# --- $PATH

if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
    export PATH
fi

if [ -d "$HOME/local/bin" ] ; then
    PATH="$HOME/local/bin:$PATH"
    export PATH
fi