1
1
mirror of https://github.com/jarun/nnn.git synced 2024-10-26 06:21:50 +03:00

Updated Developer guides (markdown)

Arun 2022-05-10 20:23:22 +05:30
parent d962d2fd01
commit 5689c0a503

@ -77,13 +77,19 @@ 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_NOLC=1`.
More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_NERD=1`, `O_EMOJI=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_NOLC=1`.
More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_ICONS=1`, `O_EMOJI=1` and `O_NOLC=1`.
#### Compile-in emojis
make O_EMOJI=1
More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_ICONS=1`, `O_NERD=1` and `O_NOLC=1`.
#### Compile out locale