add composer bin path to bashrc
This commit is contained in:
parent
c98dd13f85
commit
2760722a0a
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue