From 4aae7b2a6c7cda5c271a023196e6406cf4410ba6 Mon Sep 17 00:00:00 2001 From: tezlm Date: Thu, 15 Aug 2024 19:09:51 -0700 Subject: [PATCH] fix builds? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5edac1dc..5062280d 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ O_NOSORT := 0 # disable sorting entries on dir load # User patches O_COLEMAK := 0 # change key bindings to colemak compatible layout -O_GITSTATUS := 1 # add git status to detail view +O_GITSTATUS := 0 # add git status to detail view O_NAMEFIRST := 0 # print file name first, add uid and guid to detail view O_RESTOREPREVIEW := 0 # add preview pipe to close and restore preview pane