Enable mise plugin

This commit is contained in:
2026-04-08 01:39:23 +02:00
parent fa3ec81cf3
commit 94b5a280a3
+2 -1
View File
@@ -28,6 +28,7 @@ plugins=(
zsh-autopair zsh-autopair
fast-syntax-highlighting fast-syntax-highlighting
zoxide zoxide
mise
) )
bindkey -M vicmd "k" up-line-or-beginning-search bindkey -M vicmd "k" up-line-or-beginning-search
@@ -61,7 +62,7 @@ KEYTIMEOUT=1
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/completions fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/completions
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
autoload -U compinit && compinit autoload -Uz compinit && compinit
source "$ZSH/oh-my-zsh.sh" source "$ZSH/oh-my-zsh.sh"
less_termcap[so]="${fg_bold[black]}${bg[white]}" less_termcap[so]="${fg_bold[black]}${bg[white]}"