Enable mise plugin
This commit is contained in:
+2
-1
@@ -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]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user