From a9b9647518aa90e0a880e31beaf03ff04ded13b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Wadstr=C3=B6m?= Date: Tue, 29 Sep 2020 14:03:53 +0200 Subject: [PATCH] Added smartcase to ripgrep by default --- .ripgrep | 1 + .zshrc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .ripgrep 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"