view bashrc/bash_profile @ 229:75f61949dc1c

Add `interestingwords` Vim plugin.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Oct 2014 11:41:02 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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