1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Add icons trouble shooting

N-R-K 2022-11-13 10:37:23 +00:00
parent 4937145c7a
commit fde15e6aad

@ -147,4 +147,9 @@ When using `O_NERD/O_ICONS`, some `nnn` file icons in simple terminal may appear
## Running inside docker containers
When run inside docker container nnn exits instantly. The solution is to create the container with the flag `--init`.
When run inside docker container nnn exits instantly. The solution is to create the container with the flag `--init`.
## Icons not working properly
Ensure that the primary font of your terminal is set to a suitable one (e.g when using `O_NERD`, primary font should be a nerd font).
Also ensure that your system's locale is set up properly.