view bashrc/bash_profile @ 212:da7af1f2823c

Property detect Python support in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 01 Sep 2014 14:15:13 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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