view bashrc/bash_profile @ 131:a273867b6a0d

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 26 Sep 2013 22:28:15 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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