view bashrc/bash_profile @ 467:d3ff438a4f8b

Tridactyl config tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Mar 2019 18:21:13 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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