summary refs log tree commit diff
path: root/dot_zshenv
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-24 21:08:19 +0400
committerAlen <alen@dotfiles.xyz>2023-09-24 21:08:19 +0400
commit845df0a81ce8c33ec28e0f74be51e279f12df1fd (patch)
tree0ab4f50cadb736b285f08b6c3a1e11e364198625 /dot_zshenv
parent2e38c245488895002a0cbf8144ff99e1e7b05dc8 (diff)
Add rg and bat config paths in zshenv
Diffstat (limited to 'dot_zshenv')
-rw-r--r--dot_zshenv4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_zshenv b/dot_zshenv
index 1d20191..6e35623 100644
--- a/dot_zshenv
+++ b/dot_zshenv
@@ -66,3 +66,7 @@ export __INFOPATH="${INFOPATH}"
 
 # Never allow global pip
 export PIP_REQUIRE_VENV=1
+
+# Tool config
+export RIPGREP_CONFIG_PATH="${XDG_CONFIG_HOME:-${HOME}/.config}/ripgrep"
+export BAT_CONFIG_FILE="${XDG_CONFIG_HOME:-${HOME}/.config}/bat/config"