Skip to content

Commit 3d85bd1

Browse files
committed
fix: make header color configurable
1 parent c1ecf94 commit 3d85bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

todofi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,6 @@ linescount() {
286286
fi
287287
}
288288

289-
TODOFISH_HEADER="<span color=\"${COLOR_TITLE}\">Todofi.sh</span>"
290-
291289
config() {
292290
HELP="${TODOFISH_HEADER} - Configuration files"
293291

@@ -486,6 +484,8 @@ while getopts "h?af:F:c:d:" opt; do
486484
esac
487485
done
488486

487+
TODOFISH_HEADER="<span color=\"${COLOR_TITLE}\">Todofi.sh</span>"
488+
489489
if [[ $ADD_MODE ]]; then
490490
add
491491
else

0 commit comments

Comments
 (0)