view bashrc/bash_profile @ 264:85ba8a78b216

Simplified ctrlpignore.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 24 Jan 2015 13:29:00 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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