Export .env if you just open a new session

Otherwise you need to move from directories to make it works
This commit is contained in:
Guilherme Santos 2018-01-24 12:45:55 +01:00
commit a4460d7389

View file

@ -8,3 +8,4 @@ source_env() {
autoload -U add-zsh-hook
add-zsh-hook chpwd source_env
add-zsh-hook precmd source_env