view bashrc/bash_profile @ 502:2aede5c6c4e3

Moar ignore.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Apr 2020 16:22:24 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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