view bashrc/bash_profile @ 318:84d3acadf2b0

Pentadactyl stuff.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 23 Aug 2015 21:55:16 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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