view bashrc/bash_profile @ 181:730f84aeb46f

Upgraded hg-git.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Apr 2014 20:32:57 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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