mirror of
https://github.com/ajeetdsouza/zoxide.git
synced 2025-07-07 13:35:03 +00:00
5 lines
160 B
Fish
5 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
|