From 0c4167a4640f6d61887e0ad703d979b9d87a5732 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 8 Jul 2024 18:46:56 +0100 Subject: [PATCH] zsh: don't automatically source zsh plugins It seems this is done automatically. --- lib/shared/modules/zsh.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index dfbad93..f11f676 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -55,11 +55,6 @@ command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}" } - # Plugins - source "''${ZPLUG_REPOS}/joshskidmore/zsh-fzf-history-search/zsh-fzf-history-search.plugin.zsh" - source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh" - source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh" - # Case insensitive autocompletion. zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*" autoload -Uz compinit && compinit