initial
This commit is contained in:
parent
d67e39f3f7
commit
58ef6d327f
1725 changed files with 129819 additions and 0 deletions
5
dot_oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh
Normal file
5
dot_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
|
||||
Loading…
Add table
Add a link
Reference in a new issue