view bashrc/bash_profile @ 505:c19fd52542ba

Replace sourcehut repos with my own.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 10 Oct 2020 17:08:57 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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