diff --git a/.zshrc b/.zshrc index 163aeb4..d3beb17 100755 --- a/.zshrc +++ b/.zshrc @@ -59,3 +59,7 @@ else source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh fi +if $(which zoxide > /dev/null); then + eval "$(zoxide init zsh)" +fi +