view bashrc/bash_profile @ 127:1f709d7e03c6

Better Python dev in Vim. Miscellaneous Vim config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Mar 2013 20:32:12 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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