zshrc desktop zoxide hotfix
This commit is contained in:
parent
92cbc09bbf
commit
583cfb3015
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue