view bashrc/bash_profile @ 100:f2cb30236113

Added LessCss syntax for Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 May 2012 11:50:10 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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