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