add zoxide
This commit is contained in:
parent
3f0a29ab47
commit
9c9c88b8e9
1 changed files with 3 additions and 0 deletions
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue