view bashrc/bash_profile @ 180:6742ecd76aa8

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


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