From f7e4bb96d7bfba9ccb04fe1b2aae197c64d87f67 Mon Sep 17 00:00:00 2001 From: mk Date: Tue, 28 Jul 2026 05:28:20 +0300 Subject: [PATCH] =?UTF-8?q?fix(zsh=20plugins):=20correct=20clone=20orgs=20?= =?UTF-8?q?=E2=80=94=20zsh-users/zsh-history-substring-search,=20Aloxaf/fz?= =?UTF-8?q?f-tab=20(were=20typos=20causing=20github=20auth=20prompts)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/30-shell-zsh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/30-shell-zsh.sh b/modules/30-shell-zsh.sh index 9c492f8..6790a6d 100755 --- a/modules/30-shell-zsh.sh +++ b/modules/30-shell-zsh.sh @@ -53,8 +53,8 @@ _install_plugins() { _clone_plugin zsh-users/zsh-autosuggestions "$ZSH_CUSTOM/plugins/zsh-autosuggestions" _clone_plugin zsh-users/zsh-syntax-highlighting "$ZSH_CUSTOM/plugins/zsh-syntax-highlighting" _clone_plugin zsh-users/zsh-completions "$ZSH_CUSTOM/plugins/zsh-completions" - _clone_plugin Aloofenlore/history-substring-search "$ZSH_CUSTOM/plugins/history-substring-search" - _clone_plugin Aloof98/fzf-tab "$ZSH_CUSTOM/plugins/fzf-tab" + _clone_plugin zsh-users/zsh-history-substring-search "$ZSH_CUSTOM/plugins/history-substring-search" + _clone_plugin Aloxaf/fzf-tab "$ZSH_CUSTOM/plugins/fzf-tab" } _clone_plugin() { # repo dest