Enable utf-8 encoding in terminal

This commit is contained in:
Tobias Ostner 2024-08-17 13:23:18 +02:00
parent fbb7a43949
commit 7b725800ce

View file

@ -17,3 +17,5 @@ vterm_prompt_end() {
}
setopt PROMPT_SUBST
PROMPT=$PROMPT'%{$(vterm_prompt_end)%}'
export LANG=en_US.UTF-8