view bashrc/bash_profile @ 475:07f1c6925823

Ignore qutebrowser data.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 05 Feb 2020 09:28:18 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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