view bashrc/bash_profile @ 314:5f9d52300aaa

Vim tweaks: * Terminal colors for Mac. * Syntastic errors window behaviour. * Disable PythonMode stuff I don't want.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 10 Aug 2015 18:31:13 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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