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-cd-rotate Normal file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env zsh
(( ${+_z4h_dir_hist_fd} )) && -z4h-update-dir-history
() {
eval "$_z4h_opt"
while (( $#dirstack )) && ! pushd -q $1 &>/dev/null; do
popd -q $1
done
(( $#dirstack ))
} "$@" && -z4h-redraw-prompt