view bashrc/bash_profile @ 84:e7d12826b236

Fixed hgsubstate.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 22 Mar 2012 11:53:00 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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