view bashrc/bash_profile @ 341:393d75ea304c

Change EvolveExtension repo URL.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Feb 2016 23:00:10 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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