We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff4843 commit 1309502Copy full SHA for 1309502
1 file changed
uceap-drupal-dev-on-create
@@ -49,8 +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=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.zshrc
53
-echo "PATH=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.bashrc
+echo "PATH=\"`pwd`/vendor/bin:\$PATH\"" | tee -a ~/.bashrc ~/.zshrc ~/.zshrc.local
54
55
# Setup VS Code
56
mkdir -p .vscode
0 commit comments