Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected a variable name after this $ error during installation #80

Closed
injust opened this issue Jun 21, 2024 · 2 comments · May be fixed by #81
Closed

Expected a variable name after this $ error during installation #80

injust opened this issue Jun 21, 2024 · 2 comments · May be fixed by #81

Comments

@injust
Copy link

injust commented Jun 21, 2024

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

@LRNZ09
Copy link

LRNZ09 commented Jul 17, 2024

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.

@injust
Copy link
Author

injust commented Jul 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants