Closed sulphur closed 8 years ago
The vars are not exported automatically. Use export
or autostash
, which will also export it.
Closing the issue, but feel free to reopen in case I'm missing anything.
Maybe this could be improved in the documentation? What do you think? (PR is welcome of course).
hi,
in my .autoenv.zsh i set
when i enter the directory i can do
echo $KAFKA_BROKERS
which works as expected however when i runexport -a
the variables is not listed there hence it does not work in my Elixir projectI use
with latest zgen