view bashrc/bash_profile @ 218:b87391429145

Use the `ctagsrc` file with Gutentags.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Sep 2014 23:14:29 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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