Tarrasch / zsh-autoenv

Autoenv for zsh
702 stars 30 forks source link

Broken in BSDs (including macOS) due to lack of `sha1sum` #53

Closed rspeed closed 7 years ago

rspeed commented 7 years ago

As noted by @jasisk in #52, _autoenv_hash_pair is broken due to the fact that sha1sum is only present in GNU. As a result, permission is requested every time an autoenv script is run.