fix: use lookPath "bash"

This commit is contained in:
2026-01-21 12:16:00 +08:00
parent bfc2f0624d
commit 8991a9ee98
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!{{ lookPath "bash" }}
if command -v zsh &> /dev/null; then
zsh -i -c 'zinit update'