view bashrc/bash_profile @ 332:c44641ca37e2

Fix NERDTree stuff.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Nov 2015 21:05:38 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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