change zoxide alias from zi to cd
This commit is contained in:
parent
1a55875e1a
commit
99d70422c0
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ else
|
||||||
echo "warning: sesh is not installed" >&2
|
echo "warning: sesh is not installed" >&2
|
||||||
fi
|
fi
|
||||||
if command -v zoxide &>/dev/null; then
|
if command -v zoxide &>/dev/null; then
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh --cmd cd)"
|
||||||
else
|
else
|
||||||
echo "warning: zoxide is not installed" >&2
|
echo "warning: zoxide is not installed" >&2
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue