aboutsummaryrefslogtreecommitdiff
path: root/home/.bash_profile
blob: c2a4763b7591acd46c4d085141b00b60f168c4e5 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/local/bin/bash
# ~/.bash_profile
# AUTHOR: tgwil

# If .bashrc exists, use it
if [[ $- == *i* && -f ~/.bashrc ]]; then
	. ~/.bashrc
fi