From 583cfb3015695acf83384e9197174e000cfeec86 Mon Sep 17 00:00:00 2001 From: cscherrNT Date: Mon, 26 Jun 2023 11:13:23 +0200 Subject: [PATCH] zshrc desktop zoxide hotfix --- home/.zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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