Remove zoxide external plugin
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
if (( $+commands[zoxide] )); then
|
|
||||||
eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
|
|
||||||
else
|
|
||||||
echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
|
|
||||||
fi
|
|
||||||
@@ -27,6 +27,11 @@ case ":$PATH:" in
|
|||||||
*) export PATH="$HOME/.local/bin:$PATH" ;;
|
*) export PATH="$HOME/.local/bin:$PATH" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Zoxide
|
||||||
|
if command -v zoxide >/dev/null 2>&1; then
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
|
fi
|
||||||
|
|
||||||
# Mise
|
# Mise
|
||||||
if command -v mise >/dev/null 2>&1; then
|
if command -v mise >/dev/null 2>&1; then
|
||||||
eval "$(mise activate zsh)"
|
eval "$(mise activate zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user