view bashrc/bash_profile @ 88:1ba9f494b606

Fixed path for Mercurial's ssh/plink.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Mar 2012 17:03:27 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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