view bashrc/bash_profile @ 412:0ca43d601919

Update sub-repos.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Dec 2017 09:19:14 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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