Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Add the project's vendor/bin to the path #21

Merged
merged 2 commits into from
Jan 13, 2017
Merged

Add the project's vendor/bin to the path #21

merged 2 commits into from
Jan 13, 2017

Conversation

froboy
Copy link
Contributor

@froboy froboy commented Dec 13, 2016

Resolves #11

@froboy froboy requested a review from becw December 13, 2016 16:52
- name: Set path to include $HOME/bin for zsh too
lineinfile: dest=/home/vagrant/.zshrc state=present line='export PATH="$PATH:$REPO/vendor/bin:$HOME/bin"'
- name: Set path to include $HOME/bin and project vendor/bin for zsh too
lineinfile: dest=/home/vagrant/.zshrc state=present line='export PATH="$PATH:$REPO/vendor/bin:$HOME/bin:/var/www/{{ hostname }}/vendor/bin"'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this to the zsh $PATH too, but fine with removing it if it shouldn't be there (or should be somewhere else).

@becw becw merged commit 35e0c21 into master Jan 13, 2017
@becw becw deleted the project-vendor-bin branch January 13, 2017 15:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants