]> git.friedersdorff.com Git - max/dotfiles.git/blob - bash/.bash_profile
Merge branch 'master' of git.friedersdorff.com:max/dotfiles
[max/dotfiles.git] / bash / .bash_profile
1 if [ -r ~/.profile ]; then
2         . ~/.profile;
3 fi
4
5 case "$-" in *i*)
6         if [ -r ~/.bashrc ]; then 
7                 . ~/.bashrc
8         fi
9         ;; 
10 esac