view bashrc/bash_profile @ 262:6c1ae937ad66

This is not Python, dammit.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 22 Jan 2015 08:38:57 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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