view bashrc/bash_profile @ 497:8f36fc391ddf

Add jk bindings to tridactyl.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 10 Apr 2020 17:12:43 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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