add zoxide

This commit is contained in:
William Ball 2025-03-07 18:51:11 -08:00
parent 3f0a29ab47
commit 9c9c88b8e9
Signed by: wball
GPG key ID: B8682D8137B70765

View file

@ -44,5 +44,8 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
# zoxide
eval "$(zoxide init zsh)"
# prompt # prompt
eval "$(starship init zsh)" eval "$(starship init zsh)"