view bashrc/bash_profile @ 103:a755319f124e

Added mappings for substitutions.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 07 May 2012 17:13:56 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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