mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(zoxide): add new plugin for zoxide (a smarter cd CLI tool) (#9950)
This commit is contained in:
parent
3ea66642e8
commit
36cc94f3dc
3 changed files with 20 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue