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

"fish: Unknown command: __ethp_commandline_toggle_sudo.fish #2

Closed
smithjoelt opened this issue Aug 5, 2022 · 1 comment
Closed

Comments

@smithjoelt
Copy link

Receiving Unknown command error after placing:
bind \cs '__ethp_commandline_toggle_sudo.fish'
in config.fish

@smithjoelt
Copy link
Author

I figured out the issue. Instructions are incorrect. Omit the following from your addition to config.fish
... .fish

so the bind should look like this:

bind \cs '__ethp_commandline_toggle_sudo'

not

bind \cs '__ethp_commandline_toggle_sudo.fish'

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

No branches or pull requests

1 participant