view bashrc/bash_profile @ 464:2279514d82e4

Move local git config stuff to local file.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Mar 2019 17:32:20 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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