view bashrc/bash_profile @ 512:38aa9895725d

Tweak clone URLs
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 14 Nov 2021 21:59:03 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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