view bashrc/bash_profile @ 370:4cbef98921a8

Add todo.txt plugin.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 16 Feb 2017 21:42:00 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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