view bashrc/bash_profile @ 466:3989d112f7a3

Enable strip extension, add hg.sr.ht paths.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Mar 2019 17:47:30 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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