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