chr-fritz / docker-completion.zshplugin

ZSH Plugin to load the completions for docker and docker-compose from the Docker for Mac app.
Apache License 2.0
14 stars 3 forks source link

More portable version without `realpath` #2

Closed kimmoahokas closed 2 years ago

kimmoahokas commented 2 years ago

Hey,

I tried using you plugin, but turned out it does not work on recent MacOS versions out of the box because realpath is not included in MacOS. I made a fork and fixed that at https://github.com/kimmoahokas/docker-completion.zshplugin

Would you be interested if I created a PR of the change for you?

chr-fritz commented 2 years ago

Sounds interessting. Yes it would be great if you can create the PR.

kimmoahokas commented 2 years ago

Great, the PR is here: #3

If you have any questions or want me to change anything, let me know. I'm happy to help.