diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 651640f..8547e8b 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -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 ?