view bashrc/bash_profile @ 109:5bd55d06cf75

Don't use SSH schemes. Make it nice for other people.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Aug 2012 21:26:10 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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