From a426a664af513f65af2451d29a84c8427f5a788b Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sat, 4 Apr 2026 13:42:23 +0300 Subject: [PATCH] changed PATH sourcing --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index ed78568..0ede86a 100644 --- a/.bashrc +++ b/.bashrc @@ -139,5 +139,5 @@ eval "$(starship init bash)" export PATH="$PATH:/opt/nvim-linux-x86_64/bin" . "$HOME/.cargo/env" -# Browser-Use -export PATH="/home/jojo/.browser-use-env/bin:/home/jojo/.local/bin:$PATH" +# Browser-Use (temporarily disabled) +# export PATH="/home/jojo/.browser-use-env/bin:/home/jojo/.local/bin:$PATH"