view bashrc/bash_profile @ 162:254c4f068808

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 03 Jan 2014 19:38:57 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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