diff options
| author | 2021-05-06 12:21:38 -0400 | |
|---|---|---|
| committer | 2021-05-06 12:21:38 -0400 | |
| commit | 1466b36fb22fd5dda93093a9a7efcbe9aab5403a (patch) | |
| tree | e9411d4e58374efebf29b9e02b7c103f8b0d7457 /dot_config/private_fish/plug/rg.fish | |
| parent | remove stale zshrc symlink (diff) | |
add two new fish plugins
Diffstat (limited to 'dot_config/private_fish/plug/rg.fish')
| -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 |
