purcell/envrc

async-shell-command support?

TxGVNN opened this issue · 1 comments

Hi @purcell

I wonder why we don't propagate env for async-shell-command. Sometimes I use async-shell-command to call pip install but the pip version is not correct

And this help me

(advice-add 'async-shell-command :around #'envrc-propagate-environment)

Thanks

Makes sense, done — thanks!