view bashrc/bash_profile @ 446:edefbb8ea16a

Mercurial tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 21 May 2018 21:59:23 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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