view bashrc/bash_profile @ 92:64c42f5c9a97

Open NERDTree in the current file's path.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Mar 2012 16:10:38 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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