This commit is contained in:
Anmol Sethi 2022-12-16 00:47:36 -08:00
parent 6509eb51ec
commit 2ffd1c51a4
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA
4 changed files with 4 additions and 3 deletions

View file

@ -273,7 +273,7 @@ header() {
bigheader() {
set -- "$(echo "$*" | sed "s/^/ * /")"
FGCOLOR=${FGCOLOR:-3} logp "/****************************************************************
FGCOLOR=${FGCOLOR:-6} logp "/****************************************************************
$*
****************************************************************/"
}

2
ci/sub

@ -1 +1 @@
Subproject commit 93bb2df10f248a30142a651ec57ca64eb0e82e84
Subproject commit 8a9efaf950ea04010c7822080ada546225a130d0

View file

@ -16,6 +16,7 @@ You may install `d2` through any of the following methods.
- <a href="#windows" id="toc-windows">Windows</a>
- <a href="#msys2" id="toc-msys2">MSYS2</a>
- <a href="#wsl" id="toc-wsl">WSL</a>
- <a href="#docker" id="toc-docker">Docker</a>
- <a href="#coming-soon" id="toc-coming-soon">Coming soon</a>
## install.sh

View file

@ -278,7 +278,7 @@ header() {
bigheader() {
set -- "$(echo "$*" | sed "s/^/ * /")"
FGCOLOR=${FGCOLOR:-3} logp "/****************************************************************
FGCOLOR=${FGCOLOR:-6} logp "/****************************************************************
$*
****************************************************************/"
}