view bashrc/bash_profile @ 81:2e0fbe44e9fe

Updated bashrc files.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 14 Mar 2012 11:34:05 -0700
parents
children
line wrap: on
line source


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