[zsh] remove forced locale settings

This commit is contained in:
Dmytro Meleshko 2019-07-21 00:09:32 +03:00
parent 1f39fc8cff
commit 6fd9eecf6a

View file

@ -1,11 +1,6 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
export LANG="en_US.UTF-8" export USER="${USER:-$USERNAME}"
export LC_ALL="$LANG"
if [[ -z "$USER" && -n "$USERNAME" ]]; then
export USER="$USERNAME"
fi
# find editor # find editor
export EDITOR="nvim" export EDITOR="nvim"