view bashrc/bash_profile @ 161:2eca71d533ce

Updated Hg-Git.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 03 Jan 2014 19:36:33 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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