zshrc desktop zoxide hotfix

This commit is contained in:
cscherrNT 2023-06-26 11:13:23 +02:00
parent 92cbc09bbf
commit 583cfb3015
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ source ~/.local.zsh
if ! command -v zoxide &> /dev/null if ! command -v zoxide &> /dev/null
then then
# zoxide not installed, skipping # zoxide not installed, skipping
exit // do nothing
else else
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
fi fi