Compare commits

...

2 commits

Author SHA1 Message Date
c944ec3114 use dev version of task.mk 2022-09-07 00:18:08 -05:00
e5846007b7 update gradient start 2022-09-07 00:18:08 -05:00
2 changed files with 2 additions and 1 deletions

View file

@ -30,4 +30,4 @@ dr-keep:
GOAL_COLOR = b_magenta
HELP_SEP = ->>
-include .task.mk
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v22.9.5/task.mk -o .task.mk)
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk)

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
sleep 0.2 # let wezterm catch up
COLUMNS=$(tput cols)
line() {