Skip to content

Commit aff4843

Browse files
committed
we're not using login shells, duh
1 parent 41aa040 commit aff4843

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

uceap-drupal-dev-on-create

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ chgrp www-data web/sites/default/files
4949
chmod g+s web/sites/default/files
5050

5151
# Setup drush and other vendor binaries
52-
echo "PATH=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.profile
52+
echo "PATH=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.zshrc
53+
echo "PATH=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.bashrc
5354

5455
# Setup VS Code
5556
mkdir -p .vscode

0 commit comments

Comments
 (0)