zoxide hook test

This commit is contained in:
2026-09-10 23:21:54 +03:00
parent d2c2daf352
commit 585b003a0b
2 changed files with 10 additions and 1 deletions

View File

@ -16,4 +16,9 @@ echo "alias cd='z'" >> share/zsh/zshrc-auto.d/zoxide.zsh
cd bin
cp -l zoxide z
cp -l z Z
pkg run index zoxide
```
``` sh *** index ***
find /pkg/gnu -name build-script.md -printf '%h\n' | xargs -r zoxide add
```