diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-27 22:54:33 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-27 22:55:47 -0500 |
commit | a64f7854a1c91e7ab842ac4f5f654ca005633ae3 (patch) | |
tree | 35646781197613b8a4ddf5b15466e67d65d530ed /dot_config/ripgrep | |
parent | Update submodules (diff) | |
download | dotfiles-a64f7854a1c91e7ab842ac4f5f654ca005633ae3.tar dotfiles-a64f7854a1c91e7ab842ac4f5f654ca005633ae3.tar.gz dotfiles-a64f7854a1c91e7ab842ac4f5f654ca005633ae3.tar.bz2 dotfiles-a64f7854a1c91e7ab842ac4f5f654ca005633ae3.tar.lz dotfiles-a64f7854a1c91e7ab842ac4f5f654ca005633ae3.tar.xz dotfiles-a64f7854a1c91e7ab842ac4f5f654ca005633ae3.tar.zst dotfiles-a64f7854a1c91e7ab842ac4f5f654ca005633ae3.zip |
Add ripgrep config
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'dot_config/ripgrep')
-rw-r--r-- | dot_config/ripgrep/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/ripgrep/config b/dot_config/ripgrep/config new file mode 100644 index 0000000..20dfef3 --- /dev/null +++ b/dot_config/ripgrep/config @@ -0,0 +1,5 @@ + +--hyperlink-format=file://{wslprefix}{path} + +# Follow symbolic links. +--follow |