diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 16c0321..b02e6d1 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -110,7 +110,7 @@ source ~/.local.zsh if ! command -v zoxide &> /dev/null then # zoxide not installed, skipping - exit + // do nothing else eval "$(zoxide init zsh)" fi