view bashrc/bash_profile @ 213:769869e61101

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


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