diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-02-02 15:14:57 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-02-02 15:14:57 +0000 |
| commit | 52446ec156240050eb69c3d148778c8d626a4f91 (patch) | |
| tree | 2cc38ff1349e82eed8f02dd858979066e9fbca7f /zsh/.zshrc | |
| parent | 9b6affb7e7ed43310d5db94b0ae2abaf2e630a12 (diff) | |
routine updates
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,12 +1,13 @@ # Created by newuser for 5.8 # +export EDITOR="nvim" export PATH=$PATH:$HOME/.local/bin ### Added by Zinit's installer 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" + print -P "%F{33}▓▒░ %F{220}Installing %F{33}DHARMA%F{220} Initiative Plugin Manager (%F{33}zdharma-continuum/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 @@ -18,10 +19,10 @@ autoload -Uz _zinit # Load a few important annexes, without Turbo # (this is currently required for annexes) zinit light-mode for \ - zinit-zsh/z-a-rust \ - zinit-zsh/z-a-as-monitor \ - zinit-zsh/z-a-patch-dl \ - zinit-zsh/z-a-bin-gem-node + zdharma-continuum/z-a-rust \ + zdharma-continuum/z-a-as-monitor \ + zdharma-continuum/z-a-patch-dl \ + zdharma-continuum/z-a-bin-gem-node ### End of Zinit's installer chunk @@ -36,7 +37,7 @@ zinit light sindresorhus/pure # PLUGINS # ##################### zinit ice wait"0c" lucid atinit"zpcompinit;zpcdreplay" -zinit light zdharma/fast-syntax-highlighting +zinit light zdharma-continuum/fast-syntax-highlighting zinit ice wait"0a" lucid atload"_zsh_autosuggest_start" zinit light zsh-users/zsh-autosuggestions |
