view bashrc/bash_profile @ 366:13e897e6a813

Add more keys to ignore.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 16 Feb 2017 18:46:50 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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