view bashrc/bash_profile @ 91:4a7d5630410a

No need for the hggit path here.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Mar 2012 16:09:59 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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