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

11
fn/z4h-exit Normal file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env zsh
local code=$?
builtin eval "$_z4h_opt"
builtin zle || builtin exit code
typeset -g precmd_functions=(z4h-exit)
if [[ $BUFFER == [[:space:]]# ]]; then
builtin zle -w accept-line
else
builtin zle -w send-break
fi