view bashrc/bash_profile @ 347:4d73159f56ca

Use pathogen as a sub-repo, plus a few Vim tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Mar 2016 21:01:35 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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