diff --git a/.ripgrep b/.ripgrep new file mode 100644 index 0000000..e51ef46 --- /dev/null +++ b/.ripgrep @@ -0,0 +1 @@ +--smart-case diff --git a/.zshrc b/.zshrc index ed4b4c0..77bb668 100644 --- a/.zshrc +++ b/.zshrc @@ -115,3 +115,6 @@ export EDITOR='vim' # FZF export FZF_DEFAULT_COMMAND='fd --type f' + +# RIPGREP +export RIPGREP_CONFIG_PATH="${HOME}/.ripgrep"