view bashrc/bash_profile @ 234:627ef7152307

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 30 Nov 2014 08:18:04 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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