view bashrc/bash_profile @ 152:08c501149115

Ignore keys for nice websites.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 16 Dec 2013 14:42:39 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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