repo: Add locale configuration

This commit is contained in:
2021-02-17 03:03:25 +01:00
parent 754adc9cf7
commit e71150fa5e
2 changed files with 7 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ if [[ ! "$PATH" =~ "$HOME/\.local/bin" ]]; then
export PATH="$HOME/.local/bin${PATH:+:$PATH}"
fi
# Locale settings as $LANG
[[ ! -e "$XDG_CONFIG_HOME/locale.conf" ]] || . "$XDG_CONFIG_HOME/locale.conf"
if (( $+commands[nvim] )); then
export EDITOR=nvim
elif (( $+commands[vim] )); then