Skip to content

Commit d0c3fc5

Browse files
committed
Update diagnostics script
1 parent 02e34f2 commit d0c3fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bin/diagnostics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
commands=(
44
"delta --version"
55
"less --version | head -n1"
6-
"env | grep -E '(less|pager|bat)'"
6+
"env | grep -iE '(less|pager|bat|delta)'"
77
"printf '\e[34m\e[43mtext\e[m\n'"
88
"printf '\e[38;5;19m\e[48;5;226mtext\e[m\n'"
99
"printf '\e[38;2;0;0;255m\e[48;2;255;255;0mtext\e[m\n'"

0 commit comments

Comments
 (0)