summaryrefslogtreecommitdiffstats
path: root/templates/etc/.bash_profile
blob: 2fe91f2110bffe1a39a04a0c0c6fa7d1e61c90ef (plain)
1
2
3
4
5
6
. ~/.bashrc
cdb
if [ -f ~/loginrun.sh ]
then
	~/loginrun.sh
fi