view bashrc/bash_profile @ 316:8f49f36b76ef

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 10 Aug 2015 18:33:09 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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