mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-20 15:19:49 +00:00
feat(zoxide): add new plugin for zoxide (a smarter cd CLI tool) (#9950)
This commit is contained in:
5
plugins/zoxide/zoxide.plugin.zsh
Normal file
5
plugins/zoxide/zoxide.plugin.zsh
Normal 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
|
||||
Reference in New Issue
Block a user