refactor some configs
This commit is contained in:
parent
76a60f6928
commit
a6dda9ff0b
7 changed files with 244 additions and 229 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue