Skip to content

Commit

Permalink
fix: locale issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 24, 2024
1 parent ca8de09 commit 7deb4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshenv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ZSH envioronment

export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LC_ALL="C.UTF-8"
export TERM=xterm-256color
export DEFAULT_USER=$USER
export EDITOR='emacsclient -a ""'
Expand Down

0 comments on commit 7deb4ae

Please sign in to comment.