acomagu/fish-async-prompt

`Expected a variable name after this $` error during installation

injust opened this issue · 2 comments

Running:

$ fisher install acomagu/fish-async-prompt

Results in:

fish: Expected a variable name after this $.

Using fish, version 3.7.1 and fisher, version 4.4.4 on macOS Sonoma 14.5

You should run the command without the dollar sign at the beginning. So, instead of typing $ fisher install acomagu/fish-async-prompt, just type fisher install acomagu/fish-async-prompt.

The dollar sign is typically used to indicate the command prompt in examples and shouldn't be included in the actual command.

Ugh, I don't know how I missed the $ when I copy-pasted 😭 Sorry for the silly issue!