view bashrc/bash_profile @ 232:ee5863ae54e7

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 20 Nov 2014 12:01:28 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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