mirror of
https://github.com/jarun/nnn.git
synced 2025-02-25 10:41:34 +00:00
Add icons trouble shooting
parent
4937145c7a
commit
fde15e6aad
1 changed files with 6 additions and 1 deletions
|
@ -148,3 +148,8 @@ 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…
Add table
Reference in a new issue