feat(rc): Ajout de l'outil zoxide

This commit is contained in:
Xavier Logerais 2025-03-15 22:37:34 +00:00
parent 8fc95d8e90
commit af4fb0e5fa

5
rc.d/zoxide Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if (command -v zoxide &>/dev/null); then
eval "$(zoxide init bash)"
fi