view bashrc/bash_profile @ 163:925df140ae95

Commands to toggle Lawrencium logging.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 17 Feb 2014 19:31:23 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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