1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-20 08:08:34 +02:00

zsh: add LANG to the top of the main dotfile

This commit is contained in:
bretello 2021-07-16 21:39:46 +02:00
parent 636a8c185c
commit d7ccec7fef
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -1,4 +1,5 @@
# vim:ft=zsh ts=2 sw=2 sts=2
export LANG=en_US.UTF-8
# Check for update, set DISABLE_UPDATE_PROMPT=true to disable the prompt and automatically update
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
@ -11,6 +12,7 @@ export ZSH_THEME="brethil"
export DISABLE_UNTRACKED_FILES_DIRTY=true
export VIRTUAL_ENV_DISABLE_PROMPT=true
# Source all zsh plugins
source <(antibody init)
export ANTIBODY="$(antibody home)"
@ -57,8 +59,6 @@ bindkey -a '^[[3~' delete-char
export KEYTIMEOUT=1 # reduce the transition time between vim modes to 0.1s
export HISTSIZE=10000000
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# less options
export LESS='-xRF-j12' # -j12: displays 12 lines before search results with / and ?