Cyfrin / aderyn

Aderyn 🦜 Rust-based Solidity AST analyzer.
https://docs.cyfrin.io/
GNU General Public License v2.0
416 stars 62 forks source link

fix: make install work with non interactive zsh shells #779

Open 0ximmeas opened 2 weeks ago

0ximmeas commented 2 weeks ago

fix for #778, .zshenv is sourced in all shells, including non-interactive

0ximmeas commented 2 weeks ago

Manually tested in both interactive and non-interactive zsh shell (and it's the same way as foundryup does it)