view bashrc/bash_profile @ 158:fad6de4a0252

More keyboard shortcuts.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 15 Dec 2013 07:38:05 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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