mirror of
https://github.com/jarun/nnn.git
synced 2025-02-17 06:44:31 +00:00
Updated Developer guides (markdown)
parent
f560e1a3a5
commit
bb0adb10e5
|
@ -78,13 +78,13 @@ Storing and decoding user and group info adds significantly to resident memory u
|
|||
|
||||
make O_ICONS=1
|
||||
|
||||
More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_NERD=1` and `O_LOC=1`.
|
||||
More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_NERD=1` and `O_NOLC=1`.
|
||||
|
||||
#### Compile-in icons-nerdfont
|
||||
|
||||
make O_NERD=1
|
||||
|
||||
More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_ICONS=1` and `O_LOC=1`.
|
||||
More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_ICONS=1` and `O_NOLC=1`.
|
||||
|
||||
#### Compile out locale
|
||||
|
||||
|
|
Loading…
Reference in a new issue