view bashrc/bash_profile @ 148:501de71d020e

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Nov 2013 20:26:30 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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