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:
parent
62ac9114df
commit
860a305c35
3 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
|||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
[[ -f ~/.bash_functions ]] && . ~/.bash_functions
|
||||
[[ -f ~/.bash_aliases ]] && . ~/.bash_aliases
|
||||
[[ -f ~/.env ]] && . ~/.env
|
||||
[[ -f ~/.envars ]] && . ~/.envars
|
||||
|
|
Loading…
Add table
Reference in a new issue