feat(zoxide): add new plugin for zoxide (a smarter cd CLI tool) (#9950)

This commit is contained in:
Ajeet D'Souza 2021-06-13 23:00:58 +05:30 committed by GitHub
commit 36cc94f3dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,5 @@
if (( $+commands[zoxide] )); then
eval "$(zoxide init zsh)"
else
echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
fi