From fde15e6aadb8ed601afb0418312014a4a75b4f07 Mon Sep 17 00:00:00 2001 From: N-R-K Date: Sun, 13 Nov 2022 10:37:23 +0000 Subject: [PATCH] Add icons trouble shooting --- Troubleshooting.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 213ec3d..4ffc50d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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`. \ No newline at end of file +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. \ No newline at end of file