fix typo
This commit is contained in:
parent
583cfb3015
commit
ae9f6091b8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue