From af4fb0e5faa5e4753f10e8b03b098611a4ede01f Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sat, 15 Mar 2025 22:37:34 +0000 Subject: [PATCH] feat(rc): Ajout de l'outil zoxide --- rc.d/zoxide | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rc.d/zoxide diff --git a/rc.d/zoxide b/rc.d/zoxide new file mode 100644 index 0000000..6282d76 --- /dev/null +++ b/rc.d/zoxide @@ -0,0 +1,5 @@ +#!/bin/bash + +if (command -v zoxide &>/dev/null); then + eval "$(zoxide init bash)" +fi