view bashrc/bash_profile @ 125:2f5ac9cd3a5e

Added scripts to update subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Mar 2013 13:11:24 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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