zoxide 0.7.8

A smarter cd command for your terminal
1
2
3
4
5
if (( $+commands[zoxide] )); then
  eval "$(zoxide init zsh)"
else
  echo 'zoxide: command not found, please install it from https://github.com/ajeetdsouza/zoxide'
fi