view bashrc/bash_profile @ 222:b3f13b7fa3b5

Ctags option file for Gutentags.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Sep 2014 17:07:15 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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