view bashrc/bash_profile @ 374:5f723ac29573

Update subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 19 Feb 2017 20:51:47 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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