commit 0d3a6ced2bddb3f9ff8672d57171efa1be0d7bb4 parent 8022c322874ec7081db89071ad58deb216af0f2b Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 9 Dec 2018 18:28:42 -0500 Export MAILDIR in profile Diffstat:
M | links/.profile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/links/.profile b/links/.profile @@ -1,6 +1,7 @@ export EDITOR="vim" export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 +export MAILDIR=~/Mail # shellcheck source=/dev/null [ -f ~/.secret_env_vars ] && . ~/.secret_env_vars