From 1a942667767b01cc065a3499b6815b2919f4fb14 Mon Sep 17 00:00:00 2001 From: The Cobra Date: Tue, 1 Mar 2022 15:28:15 -0500 Subject: [PATCH] Fix if statement error --- .config/sxmo/isotope.dark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxmo/isotope.dark b/.config/sxmo/isotope.dark index 6f85a0d..76aa556 100644 --- a/.config/sxmo/isotope.dark +++ b/.config/sxmo/isotope.dark @@ -1,5 +1,5 @@ #!/bin/sh -if [ "$TERM" = "vt102" || "$TERM" = "linux" ]; then +if [[ "$TERM" = "vt102" || "$TERM" = "linux" ]]; then /bin/echo -e " \e]P0000000 \e]P1ff0000