Skip to content
Discussion options

You must be logged in to vote

After returning to this issue for several months, I recently found a fix. Just need to ensure that the zsh is set up to handle unicode characters in the terminal. To do that just include the following in your zshrc:

# Encodings, languges and misc settings
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LC_CTYPE=UTF-8

export TERM=xterm-256color

Then the above config with nerdFontsVersion: "3" (and additional settings) should work.

Very happy to have this resolved. For transparency I did use claude.ai to assist with the debugging and it suggested this fix.

Hope this helps others resolve this issue!

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@shamindras
Comment options

@mgray88
Comment options

@shamindras
Comment options

@mgray88
Comment options

@shamindras
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by shamindras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants