From 91bb3269fe047b95851c8acae960a41f70b65b07 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 12 Apr 2022 15:27:17 -0400 Subject: rg.fish: export doesn't expand ~ on fish --- dot_local/lib/sh/rg.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dot_local/lib/sh/rg.fish (limited to 'dot_local') diff --git a/dot_local/lib/sh/rg.fish b/dot_local/lib/sh/rg.fish new file mode 100644 index 0000000..6450fa2 --- /dev/null +++ b/dot_local/lib/sh/rg.fish @@ -0,0 +1,2 @@ +. hascmd rg || return +test -f ~/.config/ripgrep.conf && set -gx RIPGREP_CONFIG_PATH ~/.config/ripgrep.conf -- cgit v1.2.3