add ENV
This commit is contained in:
parent
959bcc6a3b
commit
1fdba944c5
1 changed files with 3 additions and 0 deletions
3
.exports
3
.exports
|
@ -2,6 +2,9 @@
|
|||
export LANG="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
|
||||
export QT_STYLE_OVERRIDE="Adwaita-Dark"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue