asdf-community / asdf-direnv

direnv plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
559 stars 38 forks source link

(macOS) : Fix error due to .DS_Store being included in plugins #177

Closed ajorpheus closed 1 year ago

ajorpheus commented 1 year ago

Overview

This fixes the following error:

image

https://github.com/asdf-vm/asdf/issues/1029 should be fixed by this.

Implementation notes

This PR excludes .DS_Store from the list of plugins reported by the find command

Loose ends

It would be ideal to have a configuration environment variable to exclude other temporary files in the long run.

smorimoto commented 1 year ago

Sorry for late response. Looks good to me. Thanks @ajorpheus!

smorimoto commented 1 year ago

@ajorpheus Could you add a change log entry for this in another PR?