view bashrc/bash_profile @ 85:5d6c91c35610

Updated subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Mar 2012 16:54:57 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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