remove follow from find
This commit is contained in:
parent
7480e27874
commit
f59c1c98b7
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ Supported tools:
|
|||
fd: ""fd""
|
||||
|
||||
Default arguments:
|
||||
find: ""find -type f -follow""
|
||||
find: ""find -type f""
|
||||
ag: ""ag -l -f --hidden --one-device .""
|
||||
rg: ""rg -L --hidden --files""
|
||||
fd: ""fd --type f --follow""
|
||||
|
@ -75,7 +75,7 @@ define-command -hidden fzf-file %{
|
|||
fi
|
||||
case $kak_opt_fzf_file_command in
|
||||
find)
|
||||
cmd="find -type f -follow"
|
||||
cmd="find -type f"
|
||||
;;
|
||||
ag)
|
||||
cmd="ag -l -f --hidden --one-device . "
|
||||
|
|
Loading…
Reference in a new issue