diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/private_fish/plug/rg.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/private_fish/plug/rg.fish b/dot_config/private_fish/plug/rg.fish new file mode 100644 index 0000000..1cbb866 --- /dev/null +++ b/dot_config/private_fish/plug/rg.fish @@ -0,0 +1,4 @@ +type -qf rg || exit +if test -f ~/.config/ripgrep.conf + set -gx RIPGREP_CONFIG_PATH ~/.config/ripgrep.conf +end |
