view bashrc/bash_profile @ 150:71ff712a6951

Move tabs
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Nov 2013 16:19:49 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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