add composer bin path to bashrc

This commit is contained in:
Yisroel Baum 2026-05-18 09:44:12 +03:00
parent c98dd13f85
commit 2760722a0a
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -50,6 +50,7 @@
enableCompletion = true; enableCompletion = true;
# TODO add your custom bashrc here # TODO add your custom bashrc here
bashrcExtra = '' bashrcExtra = ''
export PATH=/home/yisroel/.config/composer/vendor/bin:$PATH
export PATH=/home/yisroel/.opencode/bin:$PATH export PATH=/home/yisroel/.opencode/bin:$PATH
''; '';
}; };