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
Fish should seach executable files like: git-command and complete its by tab.
For example, i have: /usr/local/bin/git-history
When i type: git histo<TAB>, it should complete it.
Fish should seach executable files like: git-command and complete its by tab.
For example, i have:
/usr/local/bin/git-historyWhen i type:
git histo<TAB>, it should complete it.Bash makes it correctly.