view bashrc/bash_profile @ 214:d5f65d85bfea

Update gutentags.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 02 Sep 2014 16:16:23 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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