view bashrc/bash_profile @ 208:4116e33520fa

Ignore the new cache for tags files.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 01 Sep 2014 08:24:58 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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