view bashrc/bash_profile @ 189:83d96602b779

More Git bullshit.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Jul 2014 21:46:39 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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