mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
use gitignore except for env with vim fzf
This commit is contained in:
parent
64b7abf5eb
commit
e36aaeb197
1
fd/fdignore.symlink
Normal file
1
fd/fdignore.symlink
Normal file
@ -0,0 +1 @@
|
||||
!.env*
|
@ -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'
|
||||
|
||||
|
@ -4,6 +4,7 @@ tap "nmasur/repo"
|
||||
tap "cjbassi/ytop"
|
||||
|
||||
brew "jq" # JSON manipulation
|
||||
brew "gron" # JSON grep
|
||||
brew "xsv" # CSV manipulation
|
||||
brew "dos2unix" # File conversion
|
||||
brew "trash" # Delete to trash
|
||||
|
Loading…
Reference in New Issue
Block a user