Convert ripgrep from stow to chezmoi
parent
298195100a
commit
be9544482c
@ -1,2 +1,4 @@
|
|||||||
|
{{ if lookPath "rg" -}}
|
||||||
#shellcheck disable=SC2034
|
#shellcheck disable=SC2034
|
||||||
RIPGREP_CONFIG_PATH="${XDG_CONFIG_HOME}/ripgrep/config"
|
RIPGREP_CONFIG_PATH="${XDG_CONFIG_HOME}/ripgrep/config"
|
||||||
|
{{- end }}
|
@ -0,0 +1,3 @@
|
|||||||
|
{{ if lookPath "rg" -}}
|
||||||
|
--colors=line:fg:black
|
||||||
|
{{- end }}
|
@ -1 +0,0 @@
|
|||||||
--colors=line:fg:black
|
|
Loading…
Reference in New Issue