view bashrc/bash_profile @ 368:12a3a0e31f8e

Add faster CtrlP matcher
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 16 Feb 2017 18:49:36 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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