zbirenbaum / nvterm

NvChad's Official Terminal Plugin ( Unmaintained but still usable and stable), wait for v3.0
GNU General Public License v3.0
181 stars 20 forks source link

Emoji in terminal will cause bad view in terminal #62

Open smmoosavi opened 9 months ago

smmoosavi commented 9 months ago

I had an emoji in my PROMPT. it is caused bad output in the terminal

# ~/.zshrc

export PROMPT="🛡️  $PROMPT"

regular terminal

image

nvchad terminal (press ALT + i then ls Enter Enter Enter pwd)

the cursor is in the wrong position. it should be after pwd, The branch color is wrong

image