From 68581de270118668d5472ad8eae005ac478c1bb4 Mon Sep 17 00:00:00 2001 From: ponymushama Date: Tue, 23 Jul 2024 16:08:47 +0800 Subject: [PATCH] zoxide zsh enable --- user/shell/sh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/shell/sh.nix b/user/shell/sh.nix index a9819b7..be64ef9 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -45,4 +45,5 @@ in programs.direnv.enableZshIntegration = true; programs.direnv.nix-direnv.enable = true; programs.fzf.enableZshIntegration = true; + programs.zoxide.enableZshIntegration = true; }