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
|
||||
then
|
||||
# zoxide not installed, skipping
|
||||
exit
|
||||
// do nothing
|
||||
else
|
||||
eval "$(zoxide init zsh)"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue