From 6771dd33d404d7883f3e9e08705bf98ebf43f85b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Mar 2023 22:59:58 +0000 Subject: [PATCH] chore: remove zoxide --- home-manager/modules/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix index 1155844..6654cbe 100644 --- a/home-manager/modules/zsh.nix +++ b/home-manager/modules/zsh.nix @@ -15,7 +15,6 @@ initExtra = '' - eval "$(zoxide init zsh)" # Plugins source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh" source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh"