view bashrc/bash_profile @ 311:1542a1b041fc

Add Go path.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 07:34:55 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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