From 88d26d2de0d6f84fab0e9141a9a770e043196fe0 Mon Sep 17 00:00:00 2001 From: auronandace Date: Thu, 12 Feb 2026 09:25:31 +0000 Subject: [PATCH 1/2] 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 3b3f0333..994d1949 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" From 34125ccf860afad00402ccab74bd4c4c853c6d52 Mon Sep 17 00:00:00 2001 From: auronandace Date: Thu, 12 Feb 2026 09:35:56 +0000 Subject: [PATCH 2/2] add zoxide to x86_64 CI --- config/x86_64/ci.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 92f055c0..ea544ae2 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -215,6 +215,7 @@ winit-wayland = {} xxhash = {} xz = {} zenity = {} +zoxide = {} zsh = {} zlib = {} zstd = {}