view bashrc/bash_profile @ 123:7832fcb79e03

Updated allpaths.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Feb 2013 17:44:57 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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