view bashrc/bash_profile @ 89:9bf866c0bbb1

Moved onsub extension to my own repo.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Mar 2012 17:06:27 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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