view bashrc/bash_profile @ 298:ffa5a9102d22

Add 'pintaboard' plugin to Pentadactyl.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 21 Apr 2015 16:31:53 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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