view bashrc/bash_profile @ 258:abb94e9f28d2

More channels.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 21 Jan 2015 16:37:49 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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