view bashrc/bash_profile @ 409:63463782d1cd

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 10 Jan 2018 00:05:36 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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