view bashrc/bash_profile @ 471:31079b060068

Update mutt config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Apr 2019 19:09:04 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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