view bashrc/bash_profile @ 491:ce7e5b759a39

New stuff to install.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Oct 2021 18:02:27 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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