view bashrc/bash_profile @ 345:7605d04d5306

Update sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 22 Feb 2016 10:06:11 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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