From 88d26d2de0d6f84fab0e9141a9a770e043196fe0 Mon Sep 17 00:00:00 2001 From: auronandace Date: Thu, 12 Feb 2026 09:25:31 +0000 Subject: [PATCH] promote zoxide recipe --- recipes/{wip/shells => terminal}/zoxide/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes/{wip/shells => terminal}/zoxide/recipe.toml (73%) diff --git a/recipes/wip/shells/zoxide/recipe.toml b/recipes/terminal/zoxide/recipe.toml similarity index 73% rename from recipes/wip/shells/zoxide/recipe.toml rename to recipes/terminal/zoxide/recipe.toml index 3b3f03333..994d19496 100644 --- a/recipes/wip/shells/zoxide/recipe.toml +++ b/recipes/terminal/zoxide/recipe.toml @@ -1,5 +1,5 @@ -#TODO compiled but not tested [source] git = "https://github.com/ajeetdsouza/zoxide" +shallow_clone = true [build] template = "cargo"