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