mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
xsession: simplify sourcing of environment variables
This commit is contained in:
parent
8ae51fab23
commit
0aaed92dce
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
unset LC_ALL
|
. ~/.zshenv
|
||||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
|
||||||
export TERMINAL=vbeterm
|
export TERMINAL=vbeterm
|
||||||
|
|
||||||
# Copy some configuration files
|
# Copy some configuration files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue