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
FZF_DEFAULT_COMMAND='git ls-tree -r --name-only HEAD || ag --follow -g ""'
Generally, the point is to make fzf respect the fact that I do search stuff inside of git directory somehow. There are lot of stuff customly addded to ag command there that for some reason make ag ignore .gitignore file.
The text was updated successfully, but these errors were encountered:
FZF_DEFAULT_COMMAND='git ls-tree -r --name-only HEAD || ag --follow -g ""'
Generally, the point is to make fzf respect the fact that I do search stuff inside of git directory somehow. There are lot of stuff customly addded to
ag
command there that for some reason makeag
ignore.gitignore
file.The text was updated successfully, but these errors were encountered: