view bashrc/bash_profile @ 344:2d5974d70482

Move hg-git sync script to its own subrepo.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Feb 2016 17:08:53 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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