view bashrc/bash_profile @ 188:377fc585d71c

Fix Git bullshit with easymotion.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Jul 2014 21:44:59 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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