view bashrc/bash_profile @ 251:7fd33f60cfee

Get the proper Jinja plugin for Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 06 Jan 2015 23:10:58 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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