forked from mirror/nnn
fix builds?
This commit is contained in:
parent
e52fc48212
commit
4aae7b2a6c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue