summaryrefslogtreecommitdiffstats
path: root/dot_config/zsh/dot_zshenv
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 /dot_config/zsh/dot_zshenv
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 'dot_config/zsh/dot_zshenv')
-rw-r--r--dot_config/zsh/dot_zshenv1
1 files changed, 1 insertions, 0 deletions
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