view bashrc/bash_profile @ 149:1c3e3740325f

More generic settings for Console2
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Nov 2013 16:19:40 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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