Populate repo
This commit is contained in:
5
zsh/.oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh
Normal file
5
zsh/.oh-my-zsh/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