view bashrc/bash_profile @ 280:6eb4ceca4d99

Ignore pyc files.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Jan 2015 15:31:38 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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