view bashrc/bash_profile @ 385:d367df6afcad

Don't fold too much.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 27 Feb 2017 11:05:45 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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