mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
xsession: let zshenv set locale
This commit is contained in:
parent
513fe9207b
commit
3416e78891
1 changed files with 1 additions and 4 deletions
5
xsession
5
xsession
|
@ -1,9 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Setup locale
|
||||
export LANG=fr_FR.utf8
|
||||
export LC_MESSAGES=en_US.utf8
|
||||
|
||||
# Ensure we use the appropriate gtkrc-2.0 file
|
||||
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
||||
|
||||
|
@ -21,6 +17,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
|||
export NO_AT_BRIDGE=1
|
||||
|
||||
# Environment variables
|
||||
unset LC_ALL
|
||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
||||
|
||||
# Services are started with systemd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue