view bashrc/bash_profile @ 256:e74cfc5d3040

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 06 Jan 2015 23:23:46 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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