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

6
fn/z4h-stash-buffer Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env zsh
eval "$_z4h_opt"
[[ -z $BUFFER ]] && return
fc -R =(print -r -- ${BUFFER//$'\n'/$'\\\n'})
BUFFER=