summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKleysley <77150191+Kleysley@users.noreply.github.com>2021-12-13 22:27:30 +0100
committerAbin Simon <abinsimon10@gmail.com>2021-12-22 08:53:34 +0530
commitde817313d5d1de54c2f562045d95d0fd710dcf8f (patch)
tree6ee3ab83de9d6892c53f4c16a586f8d36187b1c2
parent0a3a6f10e75942bbabcb5a330302723288102ac2 (diff)
Updated README F.A.Q section
Updated the README file to contain a fix for the first character of each file not rendering in the F.A.Q section (by adding a U+3164 unicode invisible spacer after the icon).
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1fc54d..d51fa4a 100644
--- a/README.md
+++ b/README.md
@@ -331,6 +331,12 @@ The default colors are:
_Checkout [trapd00r/LS_COLORS](https://github.com/trapd00r/LS_COLORS) and [sharkdp/vivid](https://github.com/sharkdp/vivid) for help in themeing using `LS_COLORS`._
### First char of folder/file getting trimmed
+For Konsole: ㅤEdit the config file (or create it if it doesn't exist) and paste the following into it (contains invisible unicode characters):
+ ```yml
+icons:
+ separator: " ㅤ"
+```
+
This is a known issue in a few terminal emulator. Try using a different terminal emulator like. [Alacritty](https://github.com/alacritty/alacritty) and [Kitty](https://github.com/kovidgoyal/kitty) are really good alternatives. You might also want to check if your font is responsible for causing this.
To verify this, try running lsd with icons disabled and if it still does not have the first character, then this is an lsd bug: