view bashrc/bash_profile @ 137:c638bec5b663

Vimperator config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Oct 2013 22:04:42 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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