view bashrc/bash_profile @ 390:e12ed5d06f69

Update subrepos.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 30 May 2017 12:17:00 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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