view bashrc/bash_profile @ 172:dda5a5441f48

Ignore Vimperator keys on `newsblur.com`.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 10 Jul 2014 10:58:14 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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