view bashrc/bash_profile @ 257:3ecf32c893ab

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 07 Jan 2015 20:54:59 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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