view bashrc/bash_profile @ 489:36300968dc55

Use tools installed with scoop on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2020 23:19:55 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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