Skip to content

Commit 4f1c52c

Browse files
committed
Export LANG in ZSH
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)
1 parent 0f675be commit 4f1c52c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zsh/zshenv

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ export HISTSIZE=1000
66
export SAVEHIST=999
77
export SHELL_SESSIONS_DISABLE=1
88

9+
export LC_ALL="en_US.UTF-8"
10+
export LANG="en_US.UTF-8"
11+
912
export EDITOR="nvim"
1013
export VISUAL="nvim"
1114

0 commit comments

Comments
 (0)