view bashrc/bash_profile @ 384:92ae7310bb1b

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 09 Aug 2017 21:40:36 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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