view bashrc/bash_profile @ 281:897a6823d603

Fix mutt install.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Jan 2015 21:28:27 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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