plugins: remove z alias
This commit is contained in:
parent
0f348e586f
commit
697e2c1079
1 changed files with 0 additions and 2 deletions
|
@ -12,6 +12,4 @@ if command -v zoxide > /dev/null 2>&1 || ${SKIP_ZOXIDE:-false}; then
|
||||||
# assume posix
|
# assume posix
|
||||||
eval "$(zoxide init posix --hook prompt)"
|
eval "$(zoxide init posix --hook prompt)"
|
||||||
fi
|
fi
|
||||||
# make an alias (feels wrong to do it here, but feels worse to split it into ./aliases)
|
|
||||||
alias z=zoxide
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue