view bashrc/bash_profile @ 290:65a5097587d4

Adding `terse-status` and `hgremotenames` to Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 Mar 2015 17:02:58 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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