view bashrc/bash_profile @ 99:41fce97dd6d4

Merged changes
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 31 Mar 2012 11:40:35 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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