mirror of
https://github.com/ajeetdsouza/zoxide.git
synced 2026-07-17 00:37:24 +02: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
|