summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-27 22:54:33 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-27 22:55:47 -0500
commita64f7854a1c91e7ab842ac4f5f654ca005633ae3 (patch)
tree35646781197613b8a4ddf5b15466e67d65d530ed
parentUpdate submodules (diff)
downloaddotfiles-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 '')
-rw-r--r--dot_config/ripgrep/config5
-rw-r--r--dot_config/zsh/dot_zshenv1
2 files changed, 6 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
diff --git a/dot_config/zsh/dot_zshenv b/dot_config/zsh/dot_zshenv
index dfa3718..7e3e1a6 100644
--- a/dot_config/zsh/dot_zshenv
+++ b/dot_config/zsh/dot_zshenv
@@ -73,6 +73,7 @@ export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker
export AWS_SHARED_CREDENTIALS_FILE="$XDG_CONFIG_HOME"/aws/credentials
export AWS_CONFIG_FILE="$XDG_CONFIG_HOME"/aws/config
export AZURE_CONFIG_DIR="$XDG_DATA_HOME"/azure
+export RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME"/ripgrep/config
# Other program settings:
export DOTNET_CLI_TELEMETRY_OPTOUT=1