aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc15
1 files changed, 8 insertions, 7 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index aac1e8e..c319baf 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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