summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index f51df37..a815ab5 100644
--- a/bashrc
+++ b/bashrc
@@ -69,6 +69,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
# 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' -\""