view bashrc/bash_profile @ 225:facdcef5aa67

Add `allpaths` to the installer.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Sep 2014 20:53:53 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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