Update zsh and zsh plugins

This commit is contained in:
2026-03-13 06:12:25 +01:00
parent 8842a1ed90
commit f396e93591
3 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ zstyle ':omz:update' mode reminder # just remind me to update when it's time
# ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
ZSH_DISABLE_COMPFIX="true"
ZOXIDE_CMD_OVERRIDE="cd"
plugins=(
git
@@ -26,6 +27,7 @@ plugins=(
command-not-found
zsh-autopair
fast-syntax-highlighting
zoxide
)
bindkey -M vicmd "k" up-line-or-beginning-search
@@ -124,10 +126,8 @@ if (( $+commands[fd] )); then
export FZF_DEFAULT_COMMAND="fd --type f --strip-cwd-prefix"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
fi
if (( $+commands[fzf] )); then
source <(fzf --zsh)
zvm_after_init_commands+=('source <(fzf --zsh)')
if (( $+commands[fzf] )); then
if (( $+commands[paru] )); then
function pi {
paru -Slq | fzf -q "$1" --border-label=" Install package " --multi --preview 'paru -Si {1} --color=always' | xargs -ro paru -S