jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.53k stars 257 forks source link

how to check if fisher is installed #765

Closed cekvenich2 closed 1 year ago

cekvenich2 commented 1 year ago

I have a script that installs fisher, but it runs in config. How do I check if fishers is installed?

So that I run install only once.

jorgebucaran commented 1 year ago
if functions --query fisher

should yield an exit status code of 0 if Fisher is installed.