Fish Configuration Improvements #4830
joshmedeski
started this conversation in
Ideas
Replies: 1 comment
-
We use a fork tabtab for autocompletion. If you can make this change, I don't have objections. But it would be good to keep that package a general-purpose package. So that others may use it as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm using pnpm with fish and the auto-complete script came out to this in my
config.fish
file:There are a couple of improvements I'd like to suggest and discuss.
~/.config/fish/completions
directory (it won't have to be called inconfig.fish
)pnpm.fish
and drop the__tabtab.fish
file (simplify how many files are required to setup autocomplete)Let me know your thoughts and I can make a pull request off of this discussion.
Beta Was this translation helpful? Give feedback.
All reactions