shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

Incorrect completion fallback directory #151

Closed rvveber closed 2 years ago

rvveber commented 2 years ago

In case of a non-bash shell, as fallback, the completion.sh wants to access the modules folder inside the ~/Apps/shopware-docker folder.

If a user follows the installation tutorial, where you are instructed to install into the Documents folder - the fallback folder should instead be the ~/Documents/shopware-docker folder.

By changing this path from Apps to Documents i was able to get completion working in my zsh shell.

It also might be worth a thought to customize the install directory and use a variable for fallback directory.

shyim commented 2 years ago

Do you have experience how to get the path on zsh? 😂

I hate that hard-code doo 😭

shyim commented 2 years ago

okay it was easier as expected lol https://github.com/shyim/shopware-docker/commit/a14fe65fe46135a0e8ab4a7708c7da7aef891243

rvveber commented 2 years ago

Nice! :D 🎊