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

1
fd/fdignore.symlink Normal file
View File

@ -0,0 +1 @@
!.env*

View File

@ -33,7 +33,7 @@ if status --is-interactive
# Fuzzy finder # Fuzzy finder
fzf_key_bindings 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_CTRL_T_COMMAND "$FZF_DEFAULT_COMMAND"
set -g FZF_DEFAULT_OPTS '-m --height 50% --border' set -g FZF_DEFAULT_OPTS '-m --height 50% --border'

View File

@ -4,6 +4,7 @@ tap "nmasur/repo"
tap "cjbassi/ytop" tap "cjbassi/ytop"
brew "jq" # JSON manipulation brew "jq" # JSON manipulation
brew "gron" # JSON grep
brew "xsv" # CSV manipulation brew "xsv" # CSV manipulation
brew "dos2unix" # File conversion brew "dos2unix" # File conversion
brew "trash" # Delete to trash brew "trash" # Delete to trash