view bashrc/bash_profile @ 115:a3f756f0c95a

Added Jinja syntax highlighting in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 18 Sep 2012 21:13:39 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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