view bashrc/bash_profile @ 253:18d7db1d1863

Add the changelog extension to the master Mercurial config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 06 Jan 2015 23:18:10 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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