view bashrc/bash_profile @ 250:792cbc7bae1d

Add hg-changelog extension.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 24 Dec 2014 17:14:24 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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