view bashrc/bash_profile @ 293:e2a48fb5e143

Ignore decrypted files.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 02 Apr 2015 07:59:41 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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