mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +01:00
Move language env to top
This commit is contained in:
parent
3a2aee7681
commit
73c570d598
12
zsh/env
12
zsh/env
@ -2,6 +2,12 @@
|
||||
# filename: /zsh/env
|
||||
#--------------------------------
|
||||
|
||||
# set language
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LC_TYPE=en_US.UTF-8
|
||||
|
||||
# set default editor
|
||||
export EDITOR="nano"
|
||||
|
||||
@ -14,12 +20,6 @@ if [[ -x `which /usr/local/bin/lsd` || -x `which /opt/homebrew/bin/lsd` ]]; then
|
||||
alias ll=lsd
|
||||
fi
|
||||
|
||||
# set language
|
||||
export LANGUAGE=en_US.UTF-8
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export LC_TYPE=en_US.UTF-8
|
||||
|
||||
#
|
||||
# Path additions
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user