view bashrc/bash_profile @ 159:9c1c2ffcc7e2

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 16 Dec 2013 16:40:42 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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