From 230f6d77f103adb4f68a15be52c9ba6f1a70c057 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Wed, 27 Nov 2024 23:31:30 +0100 Subject: [PATCH] fix(enhancd): (Hopefully) Temporarily disable `enhancd` Resons: - Main reason - performance issues - it's just slow after like 2 weeks - Breaks scripts/inputting multiple commands --- zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nix b/zsh.nix index 5856913..36abfc3 100644 --- a/zsh.nix +++ b/zsh.nix @@ -59,7 +59,7 @@ "jiriks74/git-aliases kind:defer" # Aliases for git "MichaelAquilina/zsh-you-should-use" # Did you forget to use an alias? - "babarot/enhancd" # Includes simmilar functionality to zsh-z + # "babarot/enhancd" # Includes simmilar functionality to zsh-z "agkozak/zsh-z" # Jump arount your filesystem with ease "supercrabtree/k" # Directory listings for Zsh with git features.