view bashrc/bash_profile @ 480:9df781913175

Show mercurial fish prompt only if it's installed.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 15 Feb 2020 22:20:52 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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