view bashrc/bash_profile @ 312:ef9d3ec574af

Update sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 07:36:46 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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