view bashrc/bash_profile @ 393:8bf3eed26496

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 22 Aug 2017 13:11:51 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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