view bashrc/bash_profile @ 510:877d56c80dd5

Add a bunch of ignore patterns everywhere
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 14 Nov 2021 21:55:50 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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