minor updates

This commit is contained in:
lzhshou
2026-05-18 18:40:20 +08:00
parent ab597d1d02
commit 7c5fa8ae24
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -62,7 +62,13 @@
"Bash(ln:*)",
"Bash(sed:*)",
"Bash(ffmpeg *)",
"Bash(sqlite3 *)"
"Bash(sqlite3 *)",
"Bash(command -v uv)",
"Read(//home/lzhshou/.config/pip/**)",
"Read(//home/lzhshou/.pip/**)",
"Read(//etc/**)",
"Bash(sh)",
"Bash(~/.local/bin/uv --version)"
]
},
"hooks": {
+1 -1
View File
@@ -17,7 +17,7 @@ install:
uv sync; \
else \
test -x .venv/bin/pip || python3 -m venv .venv; \
.venv/bin/pip install -e .; \
PIP_USER=0 .venv/bin/pip install -e .; \
fi
@$(MAKE) _symlink-myclaude
@$(MAKE) _install-completions