view bashrc/bash_profile @ 140:aec168618b7b

Exclude Python binaries from file listings.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 09 Nov 2013 13:20:50 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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