view bashrc/bash_profile @ 179:a3bd44fc003a

Updated sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 07 Mar 2014 19:56:41 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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