.bashrc
changeset 978 8f0e780cabcf
parent 977 0b4affe58cff
child 987 e0ffdc132f41
--- a/.bashrc	Tue Jun 01 17:34:17 2021 +0300
+++ b/.bashrc	Tue Jun 01 17:45:24 2021 +0300
@@ -228,7 +228,9 @@
 # Placed to the end to allow override skel settings.
 
 if [[ -f ~/.env ]]; then
+  set -a
   . ~/.env
+  set +a
 fi
 
 ################################################################