summaryrefslogtreecommitdiffstats
path: root/system/skeleton/root/.bash_profile
blob: 0ee04a3108164fc486d03f5bf2bbf992b5fb14f9 (plain)
1
2
3
4
5
6
7
# .bash_profile

umask 022

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