Skip to content

Commit

Permalink
Update README.md to fix typo in FZF_CTRL_T_COMMAND (babarot#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfee committed Jun 29, 2023
1 parent 007c28d commit 230695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ github:
--color bg+:#262626,fg+:#dadada,hl:#f09479,hl+:#f09479
--color border:#303030,info:#cfcfb0,header:#80a0ff,spinner:#36c692
--color prompt:#87afff,pointer:#ff5189,marker:#f09479
FZF_CTRL_T_COMMAND: rg --files --hedden --follow --glob "!.git/*"
FZF_CTRL_T_COMMAND: rg --files --hidden --follow --glob "!.git/*"
FZF_CTRL_T_OPTS: --preview "bat --color=always --style=header,grid --line-range :100 {}"
FZF_ALT_C_COMMAND: fd --type d
FZF_ALT_C_OPTS: --preview "tree -C {} | head -100"
Expand Down

0 comments on commit 230695f

Please sign in to comment.