view bashrc/bash_profile @ 108:14307ff18bc1

Using piecrustmarkdown syntax.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 15 May 2012 17:08:56 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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