view bashrc/bash_profile @ 291:aac9b5b1f921

Fix how we set the CWD in Vim based on the project root.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 Mar 2015 17:06:31 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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