view bashrc/bash_profile @ 266:de3ef7fbcfc1

Add CtrlP's bookmarkdir extension.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 24 Jan 2015 15:44:28 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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