aboutsummaryrefslogtreecommitdiff
path: root/buildroot/skeleton/root/.bash_profile
blob: 27bf14953d29c194abbafdd8882241f8f1c6c04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# .bash_profile

export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin

umask 022

if [ -f ~/.bashrc ]; then
    source ~/.bashrc
fi