view bashrc/bash_profile @ 349:8d68547c3660

Fix pathogen initialization.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 15 Mar 2016 20:35:23 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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