view bashrc/bash_profile @ 362:6388ee5be293

Ignore Fish temp files
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 15 Feb 2017 23:01:48 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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