use gitignore except for env with vim fzf

This commit is contained in:
Noah Masur
2020-12-27 19:52:21 -07:00
parent 64b7abf5eb
commit e36aaeb197
3 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if status --is-interactive
# Fuzzy finder
fzf_key_bindings
set -g FZF_DEFAULT_COMMAND 'fd --type file'
set -gx FZF_DEFAULT_COMMAND 'fd --type file'
set -g FZF_CTRL_T_COMMAND "$FZF_DEFAULT_COMMAND"
set -g FZF_DEFAULT_OPTS '-m --height 50% --border'