feat(rc): Ajout de l'outil zoxide
This commit is contained in:
parent
8fc95d8e90
commit
af4fb0e5fa
5
rc.d/zoxide
Normal file
5
rc.d/zoxide
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v zoxide &>/dev/null); then
|
||||
eval "$(zoxide init bash)"
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user