view bashrc/bash_profile @ 203:816866d76ce6

Ctags options file.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 21 Aug 2014 15:57:41 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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