mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Add icons trouble shooting
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
|
## 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.
|
Loading…
Reference in a new issue