view bashrc/bash_profile @ 336:4c2527e1a313

Fix Mercurial extension modules.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Jan 2016 22:29:58 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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