first commit

This commit is contained in:
Arctic 2025-07-04 11:48:40 -05:00
commit 0610f4aeab
130 changed files with 9897 additions and 0 deletions

8
fn/_z4h_err Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env zsh
local -i ret=$?
eval "$_z4h_opt"
print -Pru2 -- '%F{3}--- stack trace (most recent call first) ---%f'
print -lru2 -- "${funcfiletrace[@]}"
print -Pru2 -- '%F{3}--- end of stack trace ---%f'
return $(( ret ? ret : 1 ))