view bashrc/bash_profile @ 263:230cd2fc2e29

Moved CtrlP auto-ignore extension to a stand-alone plugin.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 24 Jan 2015 13:28:21 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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