view bashrc/bash_profile @ 248:142625660e60

No need for some PATH stuff I think.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 24 Dec 2014 17:13:45 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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