zsh: prefer zoxide to zsh
This commit is contained in:
parent
cd5ab32ac6
commit
f034209385
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -66,7 +66,9 @@ ${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"
|
if ! command -v zoxide &> /dev/null || ${SKIP_ZOXIDE:-false}; then
|
||||||
|
zinit load "agkozak/zsh-z"
|
||||||
|
fi
|
||||||
|
|
||||||
# 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
Add a link
Reference in a new issue