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

10
fn/z4h-eof Normal file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env zsh
local code=$?
builtin zle || builtin exit code
if [[ "$CONTEXT" == start && -z "$BUFFER" ]]; then
typeset -g precmd_functions=(z4h-eof)
builtin zle -w accept-line
else
zle -w delete-char-or-list
fi