Skip to content

Commit 1309502

Browse files
committed
play well with dotfiles integration
1 parent aff4843 commit 1309502

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

uceap-drupal-dev-on-create

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ 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\"" >> ~/.zshrc
53-
echo "PATH=\"\$PATH:`pwd`/vendor/bin\"" >> ~/.bashrc
52+
echo "PATH=\"`pwd`/vendor/bin:\$PATH\"" | tee -a ~/.bashrc ~/.zshrc ~/.zshrc.local
5453

5554
# Setup VS Code
5655
mkdir -p .vscode

0 commit comments

Comments
 (0)