Skip to content

Commit

Permalink
kamp-files: drop '--color never' on rg
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Nov 15, 2024
1 parent 0a313d6 commit b0d52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kamp-files
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case "$backend" in
backend_cmd="fd --strip-cwd-prefix --type file $*"
;;
rg)
backend_cmd="rg --color never --files $*"
backend_cmd="rg --files $*"
;;
find)
backend_cmd="find . -type f $*"
Expand Down

0 comments on commit b0d52c9

Please sign in to comment.