view bashrc/bash_profile @ 396:0f13bdba2cc6

Unmap keys sometimes
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 13 Sep 2017 10:57:31 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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