view bashrc/bash_profile @ 139:2e1f9a40a36a

Install Vimperator and Console2 settings on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Oct 2013 20:57:50 -0400
parents 2e0fbe44e9fe
children
line wrap: on
line source


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