view bashrc/bash_profile @ 339:c7d7b6684786

Fix hgsubstate for CtrlP.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 01 Feb 2016 14:39:15 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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