refactor some configs

This commit is contained in:
Barrett Ruth 2026-02-10 21:17:31 -05:00
parent 76a60f6928
commit a6dda9ff0b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 244 additions and 229 deletions

View file

@ -309,7 +309,7 @@ in
if [[ ! -d .venv ]]; then
uv venv
fi
source .venv/bin/activate
. .venv/bin/activate
}
'';
};
@ -495,8 +495,8 @@ in
commands = {
open = ''
$${{
setsid -f xdg-open "$f" 2>/dev/null 2>&1 &
}}'';
setsid -f xdg-open "$f" 2>/dev/null 2>&1 &
}}'';
sopen = ''
$${{
for f in $fx; do