view bashrc/bash_profile @ 337:400d9f6a1e8a

Update sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Jan 2016 22:34:41 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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