view bashrc/bash_profile @ 328:fab7a3e02959

Add shortcut to hide/show the toolbar.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 04 Oct 2015 20:38:14 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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