view bashrc/bash_profile @ 216:3a4eebcf7a1a

Update subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Sep 2014 22:00:12 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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