Skip to content

Commit 74ea867

Browse files
authored
feat: include composer bin in PATH
1 parent b8c4b87 commit 74ea867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rootfs/etc/skel/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ -d "$INCLUDE_DIR" ]; then
1818
done
1919
fi
2020

21-
export PATH="${HOME}/bin:${PATH}"
21+
export PATH="${HOME}/bin:${HOME}/.config/composer/vendor/bin:${PATH}"
2222

2323
eval "$(starship init zsh)"
2424
eval "$(atuin init zsh)"

0 commit comments

Comments
 (0)