view bashrc/bash_profile @ 380:52ea57ca22e1

Add new scratch plugin.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 Feb 2017 21:31:56 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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