view bashrc/bash_profile @ 143:d94d6766fc9e

More keyboard shortcuts.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Nov 2013 07:31:58 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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