view bashrc/bash_profile @ 233:073e7e47dbeb

Change CtrlP ignored dirs.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 19 Nov 2014 20:23:17 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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