Compare commits
2 commits
28e86dbd86
...
c944ec3114
Author | SHA1 | Date | |
---|---|---|---|
c944ec3114 | |||
e5846007b7 |
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
sleep 0.2 # let wezterm catch up
|
||||
COLUMNS=$(tput cols)
|
||||
|
||||
line() {
|
||||
|
|
Loading…
Reference in a new issue