view bashrc/bash_profile @ 209:a903bd42d8d9

Updated Lawrencium.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 01 Sep 2014 08:42:49 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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