view bashrc/bash_profile @ 223:db627a19f1e2

Pentadactyl tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Sep 2014 17:06:26 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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