view bashrc/bash_profile @ 333:e0f8641ed31e

Remove unused sub-repo.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 22 Dec 2015 19:02:30 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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