view bashrc/bash_profile @ 166:a0bdfa70ee03

New version of Lawrencium
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 17 Feb 2014 19:33:45 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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