diff --git a/home.nix b/home.nix index efdebf5..5272c2e 100644 --- a/home.nix +++ b/home.nix @@ -50,6 +50,7 @@ enableCompletion = true; # TODO add your custom bashrc here bashrcExtra = '' + export PATH=/home/yisroel/.config/composer/vendor/bin:$PATH export PATH=/home/yisroel/.opencode/bin:$PATH ''; };