view bashrc/bash_profile @ 195:643370d3d382

Ignore tags.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 23 Jul 2014 16:58:45 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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