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 = {} 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"