view bashrc/bash_profile @ 121:c6f0172aac8d

Add nice column indicators in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Feb 2013 17:38:42 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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