diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-09 15:12:49 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-09 15:12:49 +0100 |
commit | addba2e123df9e4a317e80b52bc6aafc0b8b257b (patch) | |
tree | ba15331bddb51518742017cfcf5057b1068d326d /nix-conf/home | |
parent | cda82f3e8be71f9f1d5849c0d2ccba65c0e9627d (diff) | |
download | dotfiles-addba2e123df9e4a317e80b52bc6aafc0b8b257b.tar.gz |
Remove duplicate plugin configuration
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 5 |
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"; |