Update fish runner

This commit is contained in:
2025-04-12 15:07:03 -05:00
parent 7f0405d522
commit 3596bb2a08

View File

@@ -4,8 +4,8 @@
cd (dirname (status filename))
# Activate the virtual environment and run main.py silently
source ./venv/bin/activate
python main.py > /dev/null 2>&1 &
source (dirname (status filename))/.venv/bin/activate.fish
python src/main.py > /dev/null 2>&1 &
# Print a simple confirmation message
echo "Browser Recall started in background"