You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the scripts. They're helping to nudge me to fish full-time from bash.
One thing I miss, though, is tab-completion for my git aliases. For instance, ideally git co <tab> should work like git checkout <tab>
I know almost nothing about fish scripting (and am a poor bash scripter as well) - but the last line of the git completions file looks like it should do the trick. Is that what it's for? If so, is there a common mistake I might be making?
Thanks again
The text was updated successfully, but these errors were encountered:
Thanks for the scripts. They're helping to nudge me to fish full-time from bash.
One thing I miss, though, is tab-completion for my git aliases. For instance, ideally
git co <tab>
should work likegit checkout <tab>
I know almost nothing about fish scripting (and am a poor bash scripter as well) - but the last line of the git completions file looks like it should do the trick. Is that what it's for? If so, is there a common mistake I might be making?
Thanks again
The text was updated successfully, but these errors were encountered: