view bashrc/bash_profile @ 95:b96ff0dd0137

Fixed the generated vimrc's runtimepath.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 22 Mar 2012 18:43:08 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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