mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
zsh: add LANG to the top of the main dotfile
This commit is contained in:
parent
636a8c185c
commit
d7ccec7fef
|
@ -1,4 +1,5 @@
|
||||||
# vim:ft=zsh ts=2 sw=2 sts=2
|
# 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
|
# Check for update, set DISABLE_UPDATE_PROMPT=true to disable the prompt and automatically update
|
||||||
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
|
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
|
||||||
|
@ -11,6 +12,7 @@ export ZSH_THEME="brethil"
|
||||||
export DISABLE_UNTRACKED_FILES_DIRTY=true
|
export DISABLE_UNTRACKED_FILES_DIRTY=true
|
||||||
export VIRTUAL_ENV_DISABLE_PROMPT=true
|
export VIRTUAL_ENV_DISABLE_PROMPT=true
|
||||||
|
|
||||||
|
|
||||||
# Source all zsh plugins
|
# Source all zsh plugins
|
||||||
source <(antibody init)
|
source <(antibody init)
|
||||||
export ANTIBODY="$(antibody home)"
|
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 KEYTIMEOUT=1 # reduce the transition time between vim modes to 0.1s
|
||||||
|
|
||||||
export HISTSIZE=10000000
|
export HISTSIZE=10000000
|
||||||
export LANG=en_US.UTF-8
|
|
||||||
export LC_ALL=en_US.UTF-8
|
|
||||||
|
|
||||||
# less options
|
# less options
|
||||||
export LESS='-xRF-j12' # -j12: displays 12 lines before search results with / and ?
|
export LESS='-xRF-j12' # -j12: displays 12 lines before search results with / and ?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user