Skip to content

Commit

Permalink
chore: composer installed binaries should take precedence
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Nov 10, 2021
1 parent eb46119 commit 92e2189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ if ! has nix_direnv_version || ! nix_direnv_version 1.5.0; then
fi
use flake

export PATH="$PATH:$PWD/$(composer config vendor-dir)/bin"
export PATH="$PWD/$(composer config vendor-dir)/bin:$PATH"

0 comments on commit 92e2189

Please sign in to comment.