view bashrc/bash_profile @ 279:c7960dd70c25

Add Mutt config installer.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Jan 2015 15:27:05 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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