view bashrc/bash_profile @ 168:5c75090e3649

Updated Lawrencium
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 07 Mar 2014 15:56:32 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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