Skip to content

Commit

Permalink
Ignore a bit more stuff for silver searcher
Browse files Browse the repository at this point in the history
  • Loading branch information
kornicameister committed Feb 12, 2019
1 parent d549f8a commit a071d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fzf.settings
Expand Up @@ -9,7 +9,7 @@ _gen_fzf_default_opts() {
export FZF_CTRL_R_OPTS="--preview 'echo {}' --preview-window down:3:hidden:wrap --bind '?:toggle-preview'"

# default command to utilize cvs ignoring
export FZF_DEFAULT_COMMAND='ag --follow --nocolor --ignore build --ignore dist --ignore node_modules --ignore elm-stuff -g ""'
export FZF_DEFAULT_COMMAND='ag --follow --nocolor --ignore build --ignore .venv --ignore .git --ignore dist --ignore node_modules --ignore elm-stuff -g ""'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"

# full opts
Expand Down

0 comments on commit a071d74

Please sign in to comment.