diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-02 19:34:28 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-02 19:34:28 +0100 |
| commit | 6310bf0257d36e79675ba2d54b1f61865441b770 (patch) | |
| tree | cfd607e981c2c101baca26c1268acddf4db1ca70 /bashrc | |
| parent | 7e5d957ce8e22338a3cda5023f8fb8e8049ece86 (diff) | |
bashrc: point ripgrep config to XDG_CONFIG_HOME
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' -\"" |
