view bashrc/bash_profile @ 111:92a93c9a9ad4

Fixed GitHub schemes. Better log templates.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Aug 2012 21:27:13 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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