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