view bashrc/bash_profile @ 490:823b7336639a

Reset pathogenrc files.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2020 23:20:11 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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