basecamp / kamal-site

kamal-deploy.org
https://kamal-deploy.org
41 stars 46 forks source link

Updated Docker alias command #36

Closed zupolgec closed 8 months ago

zupolgec commented 8 months ago

Given .bashrc / .zshrc files are normally stored in the home fodler (~) folder, the $PWD variable becomes ~ even if the alias is called from another folder. Wrapping the alias command in single quotes avoids this premature expansion of the variable.