view bashrc/bash_profile @ 151:063afe08c251

Updated sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 28 Nov 2013 11:56:40 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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