mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-11 15:51:00 +00:00
6 lines
160 B
Fish
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
|