view bashrc/bash_profile @ 238:2a497a1a1a3a

Updated install script.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Dec 2014 23:37:28 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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