From 6310bf0257d36e79675ba2d54b1f61865441b770 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 2 Jan 2023 19:34:28 +0100 Subject: bashrc: point ripgrep config to XDG_CONFIG_HOME --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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' -\"" -- cgit v1.2.3