feat(zsh): Add zoxide

This commit is contained in:
histalek 2024-02-19 10:59:05 +01:00
parent a9e69d8666
commit 39b85edcb2
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE

1
.zshrc
View file

@ -85,3 +85,4 @@ bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
eval "$(starship init zsh)"
eval "$(zoxide init --cmd cd zsh)"