view bashrc/bash_profile @ 154:1edd50e592fd

Updated sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 17 Feb 2014 10:33:04 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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