view bashrc/bash_profile @ 116:56542c6433d9

Updated subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 18 Sep 2012 21:15:08 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi