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

Don't use `realpath` #3

Closed kimmoahokas closed 2 years ago

kimmoahokas commented 2 years ago

Realpath is not available on current MacOS by default, so replace it's use by zsh native variable substitution.

Closes #2