zsh: add zsh-z plugin
This commit is contained in:
parent
ade8a7eb67
commit
766c2ef1b4
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -40,6 +40,7 @@ ${SKIP_PLUGINS:-false} || {
|
||||||
zdharma-continuum/z-a-patch-dl \
|
zdharma-continuum/z-a-patch-dl \
|
||||||
zdharma-continuum/z-a-bin-gem-node
|
zdharma-continuum/z-a-bin-gem-node
|
||||||
}
|
}
|
||||||
|
# )))"}"s}${fdsa}} # syntax highlighting fix
|
||||||
# <<<
|
# <<<
|
||||||
# Load plugins >>>
|
# Load plugins >>>
|
||||||
# shellcheck disable=SC2262,SC2016
|
# shellcheck disable=SC2262,SC2016
|
||||||
|
@ -63,6 +64,7 @@ ${SKIP_PLUGINS:-false} || {
|
||||||
zinit load "jeffreytse/zsh-vi-mode"
|
zinit load "jeffreytse/zsh-vi-mode"
|
||||||
zinit load "zsh-users/zsh-history-substring-search"
|
zinit load "zsh-users/zsh-history-substring-search"
|
||||||
zinit load "zsh-users/zsh-completions"
|
zinit load "zsh-users/zsh-completions"
|
||||||
|
zinit load "agkozak/zsh-z"
|
||||||
|
|
||||||
# Plugins for use with Nix
|
# Plugins for use with Nix
|
||||||
zinit load "chisui/zsh-nix-shell"
|
zinit load "chisui/zsh-nix-shell"
|
||||||
|
|
Loading…
Add table
Reference in a new issue