Skip to content

Commit

Permalink
Use new git url for zinit (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
aifrak authored Jun 29, 2022
1 parent eabff2f commit c94024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export TERM="xterm-256color"
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"
mkdir -p "${HOME}/.zinit" && chmod g-rwX "${HOME}/.zinit"
git clone https://github.com/zdharma/zinit "${HOME}/.zinit/bin" \
git clone https://github.com/zdharma-continuum/zinit.git "${HOME}/.zinit/bin" \
&& print -P "%F{33}▓▒░ %F{34}Installation successful.%f%b" \
|| print -P "%F{160}▓▒░ The clone has failed.%f%b"
fi
Expand Down

0 comments on commit c94024f

Please sign in to comment.