view bashrc/bash_profile @ 182:c1e0af8b032d

Updated Lawrencium.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 01 Jun 2014 15:34:00 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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