Some fixes

This commit is contained in:
Reinier Criel 2026-04-13 13:32:55 -07:00
parent f7324ccfc0
commit 38a8130f4a
2 changed files with 5 additions and 2 deletions

View file

@ -5,7 +5,7 @@ _get_safe_chain_script_path() {
fi
if [ -n "${ZSH_VERSION:-}" ]; then
eval 'printf "%s\n" "${(%):-%N}"'
eval 'printf "%s\n" "${(%):-%x}"'
return
fi