mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
fix misleading comment in Makefile
reading the source code, setting NOSSN to 1 _disables_ session support, not enable it.
This commit is contained in:
parent
b54f771a44
commit
5fcd3d1198
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ O_ICONS := 0 # support icons-in-terminal
|
|||
O_NERD := 0 # support icons-nerdfont
|
||||
O_QSORT := 0 # use Alexey Tourbin's QSORT implementation
|
||||
O_BENCH := 0 # benchmark mode (stops at first user input)
|
||||
O_NOSSN := 0 # enable session support
|
||||
O_NOSSN := 0 # disable session support
|
||||
O_NOUG := 0 # disable user, group name in status bar
|
||||
O_NOX11 := 0 # disable X11 integration
|
||||
|
||||
|
|
Loading…
Reference in a new issue