pkg download upd

This commit is contained in:
2026-09-10 17:33:37 +03:00
parent 60cf4a2523
commit ebe134aa90
3 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,9 @@ cp -l target/release/zoxide ../bin/
``` sh *** config ***
mkdir -p share/zsh/zshrc-auto.d
zoxide init zsh > share/zsh/zshrc-auto.d/zoxide.zsh
echo "alias cd='z'" >> share/zsh/zshrc-auto.d/zoxide.zsh
cd bin
cp -l zoxide z
cp -l z Z
```