mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] remove forced locale settings
This commit is contained in:
parent
1f39fc8cff
commit
6fd9eecf6a
1 changed files with 1 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
export LANG="en_US.UTF-8"
|
||||
export LC_ALL="$LANG"
|
||||
|
||||
if [[ -z "$USER" && -n "$USERNAME" ]]; then
|
||||
export USER="$USERNAME"
|
||||
fi
|
||||
export USER="${USER:-$USERNAME}"
|
||||
|
||||
# find editor
|
||||
export EDITOR="nvim"
|
||||
|
|
Loading…
Reference in a new issue