We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06e47f commit 41aa040Copy full SHA for 41aa040
1 file changed
uceap-drupal-dev-on-create
@@ -49,7 +49,7 @@ chgrp www-data web/sites/default/files
49
chmod g+s web/sites/default/files
50
51
# Setup drush and other vendor binaries
52
-echo "PATH=\"`pwd`/vendor/bin:\$PATH\"" >> ~/.profile
+echo "PATH=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.profile
53
54
# Setup VS Code
55
mkdir -p .vscode
0 commit comments