From 7b725800ce131093e2fb49fcca8ed77e799f9525 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 17 Aug 2024 13:23:18 +0200 Subject: [PATCH] Enable utf-8 encoding in terminal --- nix/config/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/config/zsh/zshrc b/nix/config/zsh/zshrc index 5fa5586..e4c70f1 100644 --- a/nix/config/zsh/zshrc +++ b/nix/config/zsh/zshrc @@ -17,3 +17,5 @@ vterm_prompt_end() { } setopt PROMPT_SUBST PROMPT=$PROMPT'%{$(vterm_prompt_end)%}' + +export LANG=en_US.UTF-8 \ No newline at end of file