view bashrc/bash_profile @ 165:e7db039af540

Stop Git bullshit. Really, this is ridiculous.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 17 Feb 2014 19:32:20 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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