add ENV
This commit is contained in:
parent
959bcc6a3b
commit
1fdba944c5
3
.exports
3
.exports
|
@ -2,6 +2,9 @@
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
|
|
||||||
|
# Allow dash shell to pick up .commonrc (and aliases)
|
||||||
|
export ENV="$HOME/.profile"
|
||||||
|
|
||||||
# QT5
|
# QT5
|
||||||
export QT_STYLE_OVERRIDE="Adwaita-Dark"
|
export QT_STYLE_OVERRIDE="Adwaita-Dark"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user