view bashrc/bash_profile @ 509:fa55013bbfe3

Clean up bashrc, add local one
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 14 Nov 2021 21:55:20 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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