This commit is contained in:
cscherrNT 2023-06-26 11:13:37 +02:00
parent 583cfb3015
commit ae9f6091b8
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
// do nothing # do nothing
else else
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
fi fi