diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-04 11:30:19 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-04 11:30:19 +0200 |
commit | d2211f9babc5f5c955a81ccdf9583ef437cd7c4f (patch) | |
tree | 10a764cfb719f530796b8383e4a8ebdf662b4f09 /.config | |
parent | c8fc2e2d1b7c9ccc2856bd01d240ef36d3dc2ec9 (diff) |
zshrc: start zoxide before starship
Diffstat (limited to '.config')
-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' |