From 87ce8154c8e2297051f25d5bfe5260badb4a495d Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 30 Jun 2026 12:42:43 -0400 Subject: add zoxide --- zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh.nix') diff --git a/zsh.nix b/zsh.nix index 86fd06b..5c25b07 100644 --- a/zsh.nix +++ b/zsh.nix @@ -20,6 +20,7 @@ ''; interactiveShellInit = '' eval "$(direnv hook zsh)" + eval "$(zoxide init zsh)" setopt autocd extendedglob nomatch notify -- cgit v1.3.1