renamed .env to .envars because python autoenv was conflicting because it needs .env as a filename for its virtual environment activation upon cding into a dir with a .env filename

This commit is contained in:
Brendan McDevitt 2017-08-10 03:32:54 -04:00
parent 62ac9114df
commit 860a305c35
3 changed files with 1 additions and 1 deletions

View file

@ -5,4 +5,4 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.bash_functions ]] && . ~/.bash_functions
[[ -f ~/.bash_aliases ]] && . ~/.bash_aliases
[[ -f ~/.env ]] && . ~/.env
[[ -f ~/.envars ]] && . ~/.envars

View file