From 62c866f358a29ff96591cd40348df6311badd155 Mon Sep 17 00:00:00 2001 From: Flinner Date: Wed, 5 Jan 2022 13:10:35 +0300 Subject: [PATCH] fix zinit --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index cb2793d..a67c51b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -6,7 +6,7 @@ if [[ ! -f $HOME/.zinit/bin/zinit.zsh ]]; then print -P "%F{33}▓▒░ %F{220}Installing %F{33}DHARMA%F{220} Initiative Plugin Manager (%F{33}zdharma/zinit%F{220})…%f" command mkdir -p "$HOME/.zinit" && command chmod g-rwX "$HOME/.zinit" - command git clone https://github.com/zdharma/zinit "$HOME/.zinit/bin" && \ + command git clone https://github.com/zdharma-continuum/zinit "$HOME/.zinit/bin" && \ print -P "%F{33}▓▒░ %F{34}Installation successful.%f%b" || \ print -P "%F{160}▓▒░ The clone has failed.%f%b" fi @@ -41,7 +41,7 @@ zplugin snippet OMZ::plugins/vi-mode/vi-mode.plugin.zsh zplugin ice wait'1' lucid -zplugin load zdharma/fast-syntax-highlighting +zplugin load zdharma-continuum/fast-syntax-highlighting zplugin ice wait'0' lucid zplugin load 'flinner/zsh-emacs'