From 1fdba944c5c29bcbe93d2808dce7e12459c84082 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 8 Feb 2021 13:20:24 -0800 Subject: [PATCH] add ENV --- .exports | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.exports b/.exports index 043402a..e26fd3f 100644 --- a/.exports +++ b/.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"