From 2b51dfd554d55cd600f9ab34f3c6fabbe9a39b97 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 28 Sep 2025 17:52:54 +0200 Subject: [PATCH] feat(bashrc): remove z.sh third party library Better use zoxide (See https://github.com/ajeetdsouza/zoxide). (It is available with mise. Just `mise use -g zoxide`.) --- bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc b/bashrc index 5c90a3b..bc936c0 100644 --- a/bashrc +++ b/bashrc @@ -28,7 +28,6 @@ _source_dir_files "${BASEDIR}"/libs # Source 3rd party libs if they exists _source_file_if_exists "${BASEDIR}/3rd-party/complete-alias/complete_alias" -# _source_file_if_exists "${BASEDIR}/3rd-party/z/z.sh" # FIX: Problème de gestion de la variable PROMPT_COMMAND # Early customization _source_dir_files "${BASEDIR}"/rc.before.d