about summary refs log tree commit diff stats
path: root/core/conf/skel/.bash_profile
blob: 9ea695468728293129a317ef3001beeff0b269ae (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
if [ -f ~/.profile ]; then
   source ~/.profile
fi

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