view bashrc/bash_profile @ 242:7f9afeff086f

Passkeys for Feedbin.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 05 Jan 2015 17:06:13 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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