about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-09 15:12:49 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-09 15:12:49 +0100
commitaddba2e123df9e4a317e80b52bc6aafc0b8b257b (patch)
treeba15331bddb51518742017cfcf5057b1068d326d /nix-conf/home
parentcda82f3e8be71f9f1d5849c0d2ccba65c0e9627d (diff)
downloaddotfiles-addba2e123df9e4a317e80b52bc6aafc0b8b257b.tar.gz
Remove duplicate plugin configuration
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/zsh.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 50b74f9..a9633c3 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -331,11 +331,6 @@ in
           file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
         }
         {
-          name = "zsh-history-substring-search";
-          src = zsh-history-substring-search;
-          file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh";
-        }
-        {
           name = "zsh-forgit";
           src = zsh-forgit;
           file = "share/zsh/zsh-forgit/forgit.plugin.zsh";