Zoxide: String Match Unknown Option '--Groups-Only' on Fish

When I use zoxide in ubuntu 22.04 in fish shell, it threw errors like this

1
2
string match:Unknown option '--groups-only'
...

Reason

Because my fish shell version isn’t lastest in my sources.

Solution

Add PPA to use lastest fish.

1
2
3
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update
sudo apt fish

References


Zoxide: String Match Unknown Option '--Groups-Only' on Fish
https://xxiaoa.github.io/posts/dffe87b4/
Author
XXiaoA
Posted on
August 15, 2022
Licensed under