view bashrc/bash_profile @ 450:2dab3e761970

Clean up unnecessary Mercurial extensions, tweak config.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 03 Jan 2019 21:24:39 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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