view bashrc/bash_profile @ 500:380fccf66356

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


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