From 58f407e2be338f864ba41a7188c57f220f74874f Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 17 Nov 2023 18:34:41 +0100 Subject: [PATCH] removed interactive cd --- users/servostar/user.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/servostar/user.nix b/users/servostar/user.nix index 5a18ea3..f7bf24a 100644 --- a/users/servostar/user.nix +++ b/users/servostar/user.nix @@ -218,7 +218,6 @@ plugins = [ { name = "MichaelAquilina/zsh-you-should-use"; } { name = "akash329d/zsh-alias-finder"; } - { name = "johannchangpro/zsh-interactive-cd"; } { name = "zsh-users/zsh-completions"; } ]; };