修复 FZF_BIN 路径为相对路径

This commit is contained in:
2026-04-27 17:41:31 +08:00
parent f6943b7f9a
commit c10c97814e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
# @raycast.authorURL https://raycast.com/abearxiong
CONFIG_FILE="$HOME/.config/my-raycast/cnb-host"
FZF_BIN="/usr/local/bin/fzf"
FZF_BIN="fzf"
if [[ ! -f "$CONFIG_FILE" ]]; then
osascript -e 'display alert "CNB Host 未配置" message "请先运行 Set CNB Host 脚本设置远程地址"'