zoxide/init.fish
2021-06-14 16:04:39 +05:30

6 lines
160 B
Fish

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