view bashrc/bash_profile @ 375:8b2403eec572

Update CtrlP from upstream.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 19 Feb 2017 20:58:12 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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