view bashrc/bash_profile @ 202:a6aca2f27b3a

Updated some sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 21 Aug 2014 14:30:23 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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