From 17a23eb7e489b3ab6d1f4ec050b8329f18feb886 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 7 Sep 2025 05:17:35 +0200 Subject: [PATCH] zsh: Disable dirhistory plugin as I never used it --- zsh/dot-zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index b299c97..b8ac024 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -25,7 +25,6 @@ plugins=( tmux colored-man-pages command-not-found - dirhistory zsh-autopair fast-syntax-highlighting )