view bashrc/bash_profile @ 307:b09d451f3516

Okay let's try PythonMode again.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 01:18:09 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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