updated zsh state
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Paul 2022-12-17 23:35:26 +01:00
parent 17fd724c60
commit bd885044e1
2 changed files with 15 additions and 3 deletions

View File

@ -54,6 +54,19 @@ then
source $ZSH/oh-my-zsh.sh
fi
# Regionals
{% set locale = salt['pillar.get']('locale')|default('en_US.UTF-8') %}
export LANG={{ locale }}
export LC_ADDRESS={{ locale }}
export LC_IDENTIFICATION={{ locale }}
export LC_MEASUREMENT={{ locale }}
export LC_MONETARY={{ locale }}
export LC_NAME={{ locale }}
export LC_NUMERIC={{ locale }}
export LC_PAPER={{ locale }}
export LC_TELEPHONE={{ locale }}
export LC_TIME={{ locale }}
# Neovim aliases
for i in v vi vim
do
@ -63,4 +76,4 @@ alias weather="curl -s wttr.in/caen"
# Misc settings
bindkey -e
unsetopt share_history
unsetopt share_history

View File

@ -1,4 +1,3 @@
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
export LANG=fr_FR.UTF-8
source /etc/zsh/zprofile
source /etc/zsh/zprofile