diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 74d8548..8afaa7e 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -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-autosuggestions/zsh-autosuggestions.zsh +# zoxide +eval "$(zoxide init zsh)" + # prompt eval "$(starship init zsh)"