view bashrc/bash_profile @ 296:875857ed8004

Update subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Apr 2015 09:36:49 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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