zoxide 0.8.3

A smarter cd command for your terminal
1
2
3
4
5
if command -sq zoxide
    zoxide init fish | source
else
    echo 'zoxide: command not found, please install it from https://github.com/ajeetdsouza/zoxide'
end