view bashrc/bash_profile @ 175:095fb39b2096

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 10 Jul 2014 11:05:19 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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