view bashrc/bash_profile @ 113:539d84664c27

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Aug 2012 21:44:37 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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