view bashrc/bash_profile @ 167:a6ef05d484a4

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 17 Feb 2014 19:34:26 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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