view bashrc/bash_profile @ 353:29729aa05fac

Add Python indenting plugin, iTerm color schemes.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 29 Jul 2016 21:35:33 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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