Skip to content

Commit

Permalink
Export LANG in ZSH
Browse files Browse the repository at this point in the history
This fixes an issue with the p10k prompt theme I was using saying a
character was not in range as it uses unicode characters. This was only
happening over SSH.

romkatv/powerlevel10k#153 (comment)
  • Loading branch information
tylerbodway committed Jul 22, 2024
1 parent 0f675be commit 4f1c52c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export HISTSIZE=1000
export SAVEHIST=999
export SHELL_SESSIONS_DISABLE=1

export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"

export EDITOR="nvim"
export VISUAL="nvim"

Expand Down

0 comments on commit 4f1c52c

Please sign in to comment.