view bashrc/bash_profile @ 145:263db1fb1a23

Updated sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Nov 2013 20:23:24 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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