summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2023-01-02 19:34:28 +0100
committerReiner Herrmann <reiner@reiner-h.de>2023-01-02 19:34:28 +0100
commit6310bf0257d36e79675ba2d54b1f61865441b770 (patch)
treecfd607e981c2c101baca26c1268acddf4db1ca70 /bashrc
parent7e5d957ce8e22338a3cda5023f8fb8e8049ece86 (diff)
bashrc: point ripgrep config to XDG_CONFIG_HOME
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index a384c78..dc6c809 100644
--- a/bashrc
+++ b/bashrc
@@ -73,7 +73,7 @@ export XDG_DATA_HOME=$HOME/.local/share
export LESS="-R -M --shift 10"
export EMAIL="reiner@reiner-h.de"
export GPG_TTY=$(tty)
-export RIPGREP_CONFIG_PATH=${HOME}/.ripgreprc
+export RIPGREP_CONFIG_PATH=${HOME}/.config/ripgreprc
# use vim as pager (VimTip 167)
export MANPAGER="/bin/sh -c \"col -b -x | view -u ~/.vim/pager.vim -c 'set ft=man nomod nolist' -\""