mirror of
https://github.com/jarun/nnn.git
synced 2025-02-20 00:01:16 +00:00
Add sort/locale workaround
parent
80ed8f90a1
commit
188813b504
1 changed files with 5 additions and 1 deletions
|
@ -150,4 +150,8 @@ When run inside docker container nnn exits instantly. The solution is to create
|
||||||
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).
|
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.
|
Also ensure that your system's locale is set up properly.
|
||||||
|
|
||||||
When using [ST](https://st.suckless.org/) some icons may appear truncated. A patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/).
|
When using [ST](https://st.suckless.org/) some icons may appear truncated. A patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/).
|
||||||
|
|
||||||
|
## Wrong/Bad sorting order ([#1652](https://github.com/jarun/nnn/issues/1652))
|
||||||
|
|
||||||
|
`nnn` respects the environmental `LC_COLLATE` value - the effect of this depends on your `libc`. Try setting it to something standard/well-supported such as "C" or "C.UTF8" and see if that fixes the issue or not.
|
Loading…
Add table
Reference in a new issue