mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 15:20:55 +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
|