view bashrc/bash_profile @ 305:a333541a5c74

Syntastic config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 00:47:48 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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