view bashrc/bash_profile @ 340:bd027d0dc675

Update subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Feb 2016 22:46:20 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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