diff options
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 51fbf48..5cc6cc0 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -54,8 +54,8 @@ function zvm_after_init() { } WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' -eval "$(starship init zsh)" eval "$(zoxide init zsh)" +eval "$(starship init zsh)" source '/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh' source '/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' |